PillarboxMediaDescriptionAdapter
class PillarboxMediaDescriptionAdapter(pendingIntent: PendingIntent?, context: Context, coroutineScope: CoroutineScope = MainScope()) : PlayerNotificationManager.MediaDescriptionAdapter
A MediaDescriptionAdapter for Pillarbox.
Parameters
pendingIntent
The PendingIntent to use when the notification is clicked.
context
The Context of the application.
coroutineScope
The CoroutineScope used for loading artwork asynchronously.
Constructors
Link copied to clipboard
constructor(pendingIntent: PendingIntent?, context: Context, coroutineScope: CoroutineScope = MainScope())
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getCurrentLargeIcon(player: Player, callback: PlayerNotificationManager.BitmapCallback): Bitmap?
Link copied to clipboard