DisallowablePlaybackAction

data class DisallowablePlaybackAction(action: PlaybackAction, disallowed: Boolean)

Maps a playback action to whether the user is disallowed from doing it

Parameters

action

The PlaybackAction for which the explicit setting is provided

disallowed

Whether the action is not allowed.

Constructors

DisallowablePlaybackAction
Link copied to clipboard
common
fun DisallowablePlaybackAction(action: PlaybackAction, disallowed: Boolean)
The PlaybackAction for which the explicit setting is provided

Properties

action
Link copied to clipboard
common
val action: PlaybackAction
The PlaybackAction for which the explicit setting is provided
disallowed
Link copied to clipboard
common
val disallowed: Boolean
Whether the action is not allowed.

Sources

common source
Link copied to clipboard