DisallowablePlaybackAction

@Serializable
data class DisallowablePlaybackAction(val action: PlaybackAction, val disallowed: Boolean)(source)

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

Link copied to clipboard
constructor(action: PlaybackAction, disallowed: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard