Package-level declarations
Types
Link copied to clipboard
object SingletonImageLoader
A class that holds the singleton ImageLoader instance.
Properties
Link copied to clipboard
Get the singleton ImageLoader.
Link copied to clipboard
Get the ImageResult of the most recently executed image request that's attached to this view.
Functions
Link copied to clipboard
inline fun ImageView.load(data: Any?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable