PillarboxMediaDescriptionAdapter

class PillarboxMediaDescriptionAdapter(pendingIntent: PendingIntent?, context: Context, coroutineScope: CoroutineScope = MainScope()) : PlayerNotificationManager.MediaDescriptionAdapter

Pillarbox media description adapter

Parameters

pendingIntent

PendingIntent to use when a user click the notification.

context

Context of the application.

coroutineScope

The CoroutineScope used to download image.

Constructors

Link copied to clipboard
constructor(pendingIntent: PendingIntent?, context: Context, coroutineScope: CoroutineScope = MainScope())

Functions

Link copied to clipboard
open override fun createCurrentContentIntent(player: Player): PendingIntent?
Link copied to clipboard
open override fun getCurrentContentText(player: Player): CharSequence?
Link copied to clipboard
open override fun getCurrentContentTitle(player: Player): CharSequence
Link copied to clipboard
Link copied to clipboard