Event Listener
A listener for tracking the progress of an image request. This class is useful for measuring analytics, performance, or other metrics tracking.
See also
Types
Factory
Link copied to clipboard
fun fun interface Factory
Content copied to clipboard
A factory that creates new EventListener instances.
Functions
decodeEnd
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Called after Decoder.decode.
decodeStart
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Called before Decoder.decode.
fetchEnd
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Called after Fetcher.fetch.
fetchStart
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Called before Fetcher.fetch.
mapEnd
Link copied to clipboard
mapStart
Link copied to clipboard
onCancel
Link copied to clipboard
onError
Link copied to clipboard
@MainThread()
Content copied to clipboard
onStart
Link copied to clipboard
onSuccess
Link copied to clipboard
@MainThread()
Content copied to clipboard
resolveSizeEnd
Link copied to clipboard
resolveSizeStart
Link copied to clipboard
transformEnd
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Called after any Transformations are applied.
transformStart
Link copied to clipboard
@WorkerThread()
Content copied to clipboard
Called before any Transformations are applied.
transitionEnd
Link copied to clipboard
transitionStart
Link copied to clipboard