public final class

PlayerNotificationManager.BitmapCallback

extends java.lang.Object

 java.lang.Object

↳androidx.media3.session.PlayerNotificationManager.BitmapCallback

Overview

Receives a Bitmap.

Summary

Methods
public voidonBitmap(Bitmap bitmap)

Called when Bitmap is available.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public void onBitmap(Bitmap bitmap)

Called when Bitmap is available.

Parameters:

bitmap: The bitmap to use as the large icon of the notification.