coil-base
/
coil.target
/
Target
Target
interface
Target
Content copied to clipboard
A listener that accepts the result of an image request.
Functions
Inheritors
Functions
onError
Link copied to clipboard
@
MainThread
()
open fun
onError
(error:
Drawable
?)
Content copied to clipboard
Called if an error occurs while executing the request.
onStart
Link copied to clipboard
@
MainThread
()
open fun
onStart
(placeholder:
Drawable
?)
Content copied to clipboard
Called when the request starts.
onSuccess
Link copied to clipboard
@
MainThread
()
open fun
onSuccess
(result:
Drawable
)
Content copied to clipboard
Called if the request completes successfully.
Inheritors
ViewTarget
Link copied to clipboard
TransitionTarget
Link copied to clipboard