Package-level declarations

Types

Link copied to clipboard
class NotificationManager : PlayerNotificationManager.NotificationListener
Link copied to clipboard
data class PlayerNotificationProperties(val playerNotificationId: Int? = (1L..10000L).random().toInt(), val playerNotificationChannelId: String? = getApplicationContext().packageName, val pendingIntent: PendingIntent? = null, val showRewindAction: Boolean = true, val showFastForwardAction: Boolean = true, val showRewindActionInCompactView: Boolean = true, val showFastForwardActionInCompactView: Boolean = true, val showPreviousAction: Boolean = true, val showNextAction: Boolean = true, val showPlayPauseActions: Boolean = true, val showStopAction: Boolean = false, val showPlayPauseActionsLive: Boolean = false, val showStopActionForLive: Boolean = true)

Encapsulates all the configurable properties applicable for audio playback to post the player notification . All the properties have recommended default values that are suitable for most cases.