fetchEnd

open fun fetchEnd(request: ImageRequest, fetcher: Fetcher<*>, options: Options, result: FetchResult)

Called after Fetcher.fetch.

Parameters

fetcher

The Fetcher that was used to handle the request.

options

The Options that were passed to Fetcher.fetch.

result

The result of Fetcher.fetch. Do not keep a reference to result or its data outside the scope of this method.