public abstract class NotificationImageLoader
extends java.lang.Object
| Constructor and Description |
|---|
NotificationImageLoader(android.content.Context context) |
NotificationImageLoader(android.content.Context context,
int dps) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
failure(java.lang.Exception e)
Image download failed.
|
abstract void |
success(android.graphics.Bitmap bitmap)
Image downloaded successfully.
|