Package coil
Types
ImageLoaderFactory
Link copied to clipboard
fun fun interface ImageLoaderFactory
Content copied to clipboard
Functions
load
Link copied to clipboard
inline fun ImageView.load(bitmap: Bitmap?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable
Content copied to clipboard
inline fun ImageView.load(drawable: Drawable?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable
Content copied to clipboard
inline fun ImageView.load(uri: Uri?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable
Content copied to clipboard
inline fun ImageView.load(file: File?, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable
Content copied to clipboard
inline fun ImageView.load(@DrawableRes() drawableResId: Int, imageLoader: ImageLoader = context.imageLoader, builder: ImageRequest.Builder.() -> Unit = {}): Disposable
Content copied to clipboard