View Target
A Target with an associated View. Prefer this to Target if the given drawables will only be used by view.
Optionally, ViewTargets can implement LifecycleObserver. They are automatically registered when the request starts and unregistered when the request completes.
Functions
on Error
Link copied to clipboard
Called if an error occurs while executing the request.
on Start
Link copied to clipboard
Called when the request starts.
on Success
Link copied to clipboard
Called if the request completes successfully.
Properties
Inheritors
PoolableViewTarget
Link copied to clipboard