-
public interface TargetA listener that accepts the result of an image request.
-
-
Method Summary
-
-
Method Detail
-
onStart
@MainThread() Unit onStart(Drawable placeholder)
Called when the request starts.
-
onError
@MainThread() Unit onError(Drawable error)
Called if an error occurs while executing the request.
-
onSuccess
@MainThread() Unit onSuccess(Drawable result)
Called if the request completes successfully.
-
-
-
-