Target

interface Target

A listener that accepts the result of an image request.

Inheritors

Functions

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

Called if an error occurs while executing the request.

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

Called when the request starts.

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

Called if the request completes successfully.