Package 

Interface PlaybackNotification.MediaDescriptionAdapter.BitmapCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onLargeIcon(Bitmap bitmap) Set the large icon on a notification.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.