Package coil.request
See: Description
-
Enum Summary Enum Description CachePolicy Represents the read/write policy for a cache source. -
Class Summary Class Description DefaultRequestOptions A set of default options that are used to fill in unset ImageRequest values. DefinedRequestOptions Tracks which values have been set (instead of computed automatically using a default) when building an ImageRequest. Builder ImageRequest An immutable value object that represents a request for an image. ImageResult Represents the result of an executed ImageRequest. SuccessResult Indicates that the request completed successfully. ErrorResult Indicates that an error occurred while executing the request. NullRequestDataException Exception thrown when an ImageRequest with empty/null data is executed by an ImageLoader. Options A set of configuration options for fetching and decoding an image. Entry Builder Parameters A map of generic values that can be used to pass custom data to Fetchers and Decoders. Tags A map of custom objects. -
Interface Summary Interface Description Disposable Represents the work of an ImageRequest that has been executed by an ImageLoader. Listener A set of callbacks for an ImageRequest. -
Object Summary Object Description NullRequestData The value for ImageRequest.data if the request's data was not set or was set to null. Companion Companion