Target

interface Target

A listener that accepts the result of an image request.

Functions

onError
Link copied to clipboard
open fun onError(error: Drawable?)

Called if an error occurs while executing the request.

onStart
Link copied to clipboard
open fun onStart(placeholder: Drawable?)

Called when the request starts.

onSuccess
Link copied to clipboard
open fun onSuccess(result: Drawable)

Called if the request completes successfully.

Inheritors

ViewTarget
Link copied to clipboard
TransitionTarget
Link copied to clipboard