Interceptor

fun interface Interceptor

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

Types

Link copied to clipboard
interface Chain

Functions

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