decodeEnd

expect open fun decodeEnd(request: ImageRequest, decoder: Decoder, options: Options, result: DecodeResult?)

Called after Decoder.decode.

This is skipped if Fetcher.fetch does not return a SourceFetchResult.

Parameters

decoder

The Decoder that was used to handle the request.

options

The Options that were passed to Decoder.decode.

result

The result of Decoder.decode.

actual open fun decodeEnd(request: ImageRequest, decoder: Decoder, options: Options, result: DecodeResult?)