Package-level declarations

Types

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 showPlayPauseActionsForLive: Boolean = false, val showStopActionForLive: Boolean = true) : Parcelable

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 the most cases.