PillarboxMediaDescriptionAdapter

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
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