Interceptor

fun interface Interceptor

Observe, transform, short circuit, or retry requests to an ImageLoader's image engine.

NOTE: The interceptor chain is launched from the main thread by default. See ImageLoader.Builder.launchInterceptorChainOnMainThread for more information.

Types

Chain
Link copied to clipboard
interface Chain

Functions

intercept
Link copied to clipboard
abstract suspend fun intercept(chain: Interceptor.Chain): ImageResult