Back to Exoplayer

PlayerNotificationManager.BitmapCallback (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/ui/PlayerNotificationManager.BitmapCallback.html

latest1.8 KB
Original Source

Package com.google.android.exoplayer2.ui

Class PlayerNotificationManager.BitmapCallback


public final classPlayerNotificationManager.BitmapCallbackextends[Object](https://developer.android.com/reference/java/lang/Object.html "class or interface in java.lang")

Receives a Bitmap.

Method Summary

All Methods Instance Methods Concrete Methods | Modifier and Type | Method | Description | | --- | --- | --- | | void | onBitmap​(Bitmap bitmap) | Called when Bitmap is available. |

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

- 

onBitmap

public void onBitmap​([Bitmap](https://developer.android.com/reference/android/graphics/Bitmap.html "class or interface in android.graphics")bitmap)

Called when Bitmap is available. Parameters:bitmap - The bitmap to use as the large icon of the notification.