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
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(action: PlaybackAction, disallowed: Boolean): DisallowablePlaybackAction
Content copied to clipboard
Properties
action
Link copied to clipboard
The PlaybackAction for which the explicit setting is provided
disallowed
Link copied to clipboard
Sources
(source)
Link copied to clipboard