StreamCoilImageLoaderFactory

A factory that creates new Coil ImageLoader instances.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun imageLoader(context: Context): ImageLoader

Returns a new Coil ImageLoader.

open fun imageLoader(context: Context, interceptors: List<Interceptor>): ImageLoader

Returns a new Coil ImageLoader with the given interceptors prepended to the component registry, ahead of all decoders and Coil's built-in EngineInterceptor.