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

    Modifier and Type
    Method
    Description
    void
    onLargeIcon(android.graphics.Bitmap bitmap)
    Set the large icon on a notification.
  • Method Details

    • onLargeIcon

      void onLargeIcon(android.graphics.Bitmap bitmap)
      Set the large icon on a notification.
      Parameters:
      bitmap - The bitmap to use as the notification's large icon.