-
public interface PlaybackNotification.MediaDescriptionAdapter.BitmapCallback
Callback invoked when the image is loaded and ready to display in the notification.
-
-
Method Summary
Modifier and Type Method Description abstract void
onLargeIcon(Bitmap bitmap)
Set the large icon on a notification. -
-
Method Detail
-
onLargeIcon
abstract void onLargeIcon(Bitmap bitmap)
Set the large icon on a notification.
- Parameters:
bitmap
- The bitmap to use as the notification's large icon.
-
-
-
-