Package-level declarations

Types

Link copied to clipboard

A class that holds the singleton ImageLoader instance.

Properties

Link copied to clipboard
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.dispose()

Dispose the request that's attached to this view (if there is one).

Link copied to clipboard
inline fun ImageView.load(data: Any?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable

Load the image referenced by data and set it on this ImageView.