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