Chain

interface Chain

Properties

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

Functions

Link copied to clipboard
abstract suspend fun proceed(): ImageResult

Continue executing the chain.

Link copied to clipboard

Copy the current Chain and replace request.

Link copied to clipboard
abstract fun withSize(size: Size): Interceptor.Chain

Copy the current Chain and replace size.