Chain

interface Chain

Functions

proceed
Link copied to clipboard
abstract suspend fun proceed(request: ImageRequest): ImageResult
Continue executing the chain.
withSize
Link copied to clipboard
abstract fun withSize(size: Size): Interceptor.Chain
Set the requested Size to load the image at.

Properties

request
Link copied to clipboard
abstract val request: ImageRequest
size
Link copied to clipboard
abstract val size: Size