Package-level declarations

Types

Link copied to clipboard
sealed class NotificationButton

Provide customized notification buttons. They will be shown by default. Note that buttons can still be shown and hidden at runtime by using the functions in NotificationManager but they will have the default icon if not set explicitly here.

Link copied to clipboard
data class NotificationConfig(val buttons: List<NotificationButton>)

Used to configure the player notification.

Link copied to clipboard
sealed class NotificationState