decode Start
open fun decodeStart(request: ImageRequest, decoder: Decoder, options: Options)
Content copied to clipboard
Called before Decoder.decode.
This is skipped if Fetcher.fetch does not return a SourceResult.
Parameters
decoder
The Decoder that will be used to handle the request.
options
The Options that will be passed to Decoder.decode.