PlayQueueUpdateReason

Enum PlayQueueUpdateReason.

Entries

Link copied to clipboard
@SerialName(value = "NewPlaylist")
NEW_PLAYLIST
Link copied to clipboard
@SerialName(value = "SetCurrentItem")
SET_CURRENT_ITEM
Link copied to clipboard
@SerialName(value = "RemoveItems")
REMOVE_ITEMS
Link copied to clipboard
@SerialName(value = "MoveItem")
MOVE_ITEM
Link copied to clipboard
@SerialName(value = "Queue")
QUEUE
Link copied to clipboard
@SerialName(value = "QueueNext")
QUEUE_NEXT
Link copied to clipboard
@SerialName(value = "NextItem")
NEXT_ITEM
Link copied to clipboard
@SerialName(value = "PreviousItem")
PREVIOUS_ITEM
Link copied to clipboard
@SerialName(value = "RepeatMode")
REPEAT_MODE
Link copied to clipboard
@SerialName(value = "ShuffleMode")
SHUFFLE_MODE

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Get the serial name of the enum member.

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.