Package com.brightcove.player.playback
Interface PlaybackNotification.MediaDescriptionAdapter.BitmapCallback
-
- Enclosing interface:
- PlaybackNotification.MediaDescriptionAdapter
public static interface PlaybackNotification.MediaDescriptionAdapter.BitmapCallback
Callback invoked when the image is loaded and ready to display in the notification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLargeIcon(android.graphics.Bitmap bitmap)
Set the large icon on a notification.
-