The data to load.
diff --git a/api/coil-singleton/coil/-coil/image-loader.html b/api/coil-singleton/coil/-coil/image-loader.html index c099027e60..7bf341e3c5 100644 --- a/api/coil-singleton/coil/-coil/image-loader.html +++ b/api/coil-singleton/coil/-coil/image-loader.html @@ -63,7 +63,7 @@
Get the singleton ImageLoader.
Get the singleton ImageLoader.
Get the singleton ImageLoader.
Get the singleton ImageLoader.
Set the singleton ImageLoader. Prefer using setImageLoader(ImageLoaderFactory)
to create the ImageLoader lazily.
Set the ImageLoaderFactory that will be used to create the singleton ImageLoader. The factory is guaranteed to be called at most once.
NOTE: factory will take precedence over an Application that implements ImageLoaderFactory.
Set the singleton ImageLoader. Prefer using setImageLoader(ImageLoaderFactory)
to create the ImageLoader lazily.
Set the ImageLoaderFactory that will be used to create the singleton ImageLoader. The factory is guaranteed to be called at most once.
NOTE: factory will take precedence over an Application that implements ImageLoaderFactory.
Get the ImageResult of the most recently executed image request that's attached to this view.
Get the ImageResult of the most recently executed image request that's attached to this view.
Load the image referenced by data and set it on this ImageView.
Example:
imageView.load("https://example.com/image.jpg") {
crossfade(true)
transformations(CircleCropTransformation())
}
The default supported data types are:
Uri (android.resource
, content
, file
, http
, and https
schemes)
The data to load.
The ImageLoader that will be used to enqueue the ImageRequest. By default, the singleton ImageLoader will be used.
An optional lambda to configure the ImageRequest.
Load the image referenced by data and set it on this ImageView.
Example:
imageView.load("https://example.com/image.jpg") {
crossfade(true)
transformations(CircleCropTransformation())
}
The default supported data types are:
Uri (android.resource
, content
, file
, http
, and https
schemes)
The data to load.
The ImageLoader that will be used to enqueue the ImageRequest. By default, the singleton ImageLoader will be used.
An optional lambda to configure the ImageRequest.
Set the option for how to decode the video frame.
Must be one of OPTION_PREVIOUS_SYNC, OPTION_NEXT_SYNC, OPTION_CLOSEST_SYNC, OPTION_CLOSEST.
Default: OPTION_CLOSEST_SYNC
Get the option for how to decode the video frame.
Set the option for how to decode the video frame.
Must be one of OPTION_PREVIOUS_SYNC, OPTION_NEXT_SYNC, OPTION_CLOSEST_SYNC, OPTION_CLOSEST.
Default: OPTION_CLOSEST_SYNC
Get the option for how to decode the video frame.