Image Loader Factory
fun interface ImageLoaderFactory
Content copied to clipboard
A factory that creates new ImageLoader instances.
To configure how the singleton ImageLoader is created either:
Implement ImageLoaderFactory in your Application.
Or call Coil.setImageLoader with your ImageLoaderFactory.
Functions
new Image Loader
Link copied to clipboard
Return a new ImageLoader.