public interface TargetCompat
| Modifier and Type | Method and Description |
|---|---|
void |
onBitmapFailed(android.graphics.drawable.Drawable errorDrawable)
Callback indicating the image could not be successfully loaded.
|
void |
onBitmapLoaded(android.graphics.Bitmap bitmap,
PicassoCompat.LoadedFrom from)
Callback when an image has been successfully loaded.
|
void |
onPrepareLoad(android.graphics.drawable.Drawable placeHolderDrawable)
Callback invoked right before your request is submitted.
|
void onBitmapLoaded(android.graphics.Bitmap bitmap,
PicassoCompat.LoadedFrom from)
Note: You must not recycle the bitmap.
void onBitmapFailed(android.graphics.drawable.Drawable errorDrawable)
void onPrepareLoad(android.graphics.drawable.Drawable placeHolderDrawable)