PlayerNotificationProperties

constructor(playerNotificationId: Int? = (1L..10000L).random().toInt(), playerNotificationChannelId: String? = getApplicationContext().packageName, pendingIntent: PendingIntent? = null, showRewindAction: Boolean = true, showFastForwardAction: Boolean = true, showRewindActionInCompactView: Boolean = true, showFastForwardActionInCompactView: Boolean = true, showPreviousAction: Boolean = true, showNextAction: Boolean = true, showPlayPauseActions: Boolean = true, showStopAction: Boolean = false, showPlayPauseActionsLive: Boolean = false, showStopActionForLive: Boolean = true)