Disallowable Playback Action
data class DisallowablePlaybackAction(action: PlaybackAction, disallowed: Boolean)
Content copied to clipboard
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
fun DisallowablePlaybackAction(action: PlaybackAction, disallowed: Boolean)
Content copied to clipboard
The PlaybackAction for which the explicit setting is provided
Properties
action
Link copied to clipboard
The PlaybackAction for which the explicit setting is provided
disallowed
Link copied to clipboard
Sources
common source
Link copied to clipboard