decode End
open fun decodeEnd(request: ImageRequest, decoder: Decoder, options: Options, result: DecodeResult)
Content copied to clipboard
Called after Decoder.decode.
This is skipped if Fetcher.fetch does not return a SourceResult.
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. Do not keep a reference to result or its data outside the scope of this method.