StreamImageLoaderFactory

constructor(interceptors: List<Interceptor>, builder: ImageLoader.Builder.() -> Unit = {})

Creates a StreamImageLoaderFactory with additional Interceptors prepended to the component registry, before any decoders and before Coil's built-in EngineInterceptor.

This constructor preserves the existing primary constructor signature and is purely additive.

Parameters

interceptors

Coil Interceptors to register ahead of all other components.

builder

Optional lambda to further customize the ImageLoader configuration.


constructor(builder: ImageLoader.Builder.() -> Unit = {})

Parameters

builder

Optional lambda to customize the ImageLoader configuration