Coil
object Coil
Content copied to clipboard
A class that holds the singleton ImageLoader instance.
Functions
image Loader
Link copied to clipboard
Get the singleton ImageLoader. Creates a new instance if none has been set.
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.