coil-base
/
coil.intercept
/
Interceptor
/
Chain
Chain
interface
Chain
Content copied to clipboard
Functions
Properties
Functions
proceed
Link copied to clipboard
abstract suspend fun
proceed
(request:
ImageRequest
):
ImageResult
Content copied to clipboard
Continue executing the chain.
withSize
Link copied to clipboard
abstract fun
withSize
(size:
Size
):
Interceptor.Chain
Content copied to clipboard
Set the requested
Size
to load the image at.
Properties
request
Link copied to clipboard
abstract val
request
:
ImageRequest
Content copied to clipboard
size
Link copied to clipboard
abstract val
size
:
Size
Content copied to clipboard