Target

interface Target

A callback that accepts an image.

Functions

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

Called if an error occurs while executing the request.

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

Called when the request starts.

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

Called if the request completes successfully.