Coil
object Coil
Content copied to clipboard
A class that holds the singleton ImageLoader instance.
To get the singleton ImageLoader use Context.imageLoader (preferred) or imageLoader.
To set the singleton ImageLoader use ImageLoaderFactory (preferred) or setImageLoader.
Functions
image Loader
Link copied to clipboard
Get the singleton ImageLoader.
set Image Loader
Link copied to clipboard
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.