Listener
interface Listener
Content copied to clipboard
A set of callbacks for an ImageRequest.
Functions
on Cancel
Link copied to clipboard
Called if the request is cancelled.
on Error
Link copied to clipboard
Called if an error occurs while executing the request.
on Start
Link copied to clipboard
Called immediately after Target.onStart.
on Success
Link copied to clipboard
open fun onSuccess(request: ImageRequest, metadata: ImageResult.Metadata)
Content copied to clipboard
Called if the request completes successfully.
Inheritors
EventListener
Link copied to clipboard