-
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
N
- NETWORK - enum entry in coil.decode.DataSource
Represents a network-based data source (e.g. HttpUrl).
- networkCachePolicy(CachePolicy) - function in coil.ImageLoader.Builder
- Set the default network cache policy.
- networkCachePolicy(CachePolicy) - function in coil.request.ImageRequest.Builder
- Enable/disable reading from the network.
- networkObserverEnabled(Boolean) - function in coil.ImageLoader.Builder
- Enables short circuiting network requests if the device is offline.
- newBuilder() - function in coil.ComponentRegistry
- newBuilder() - function in coil.ImageLoader
- Create an ImageLoader.Builder that shares the same resources and configuration as this image loader.
- newBuilder(Context) - function in coil.request.ImageRequest
- newBuilder() - function in coil.request.ImageRequest
- newBuilder() - function in coil.request.Parameters
- newDecoder(SourceResult,Options,ImageLoader,Integer) - function in coil.ComponentRegistry
- Create a new Decoder using the registered decoderFactories.
- newDecoder(SourceResult,Options,ImageLoader) - function in coil.ComponentRegistry
- Create a new Decoder using the registered decoderFactories.
- newFetcher(Object,Options,ImageLoader,Integer) - function in coil.ComponentRegistry
- Create a new Fetcher using the registered fetcherFactories.
- newFetcher(Object,Options,ImageLoader) - function in coil.ComponentRegistry
- Create a new Fetcher using the registered fetcherFactories.
- NullRequestData - class in coil.request
- The value for ImageRequest.data if the request's data was not set or was set to null.
- NullRequestDataException - class in coil.request
- Exception thrown when an ImageRequest with empty/null data is executed by an ImageLoader.