GroupUpdateType

@Serializable
enum GroupUpdateType : Enum<GroupUpdateType>

Enum GroupUpdateType.

Entries

Link copied to clipboard
@SerialName(value = "UserJoined")
USER_JOINED
Link copied to clipboard
@SerialName(value = "UserLeft")
USER_LEFT
Link copied to clipboard
@SerialName(value = "GroupJoined")
GROUP_JOINED
Link copied to clipboard
@SerialName(value = "GroupLeft")
GROUP_LEFT
Link copied to clipboard
@SerialName(value = "StateUpdate")
STATE_UPDATE
Link copied to clipboard
@SerialName(value = "PlayQueue")
PLAY_QUEUE
Link copied to clipboard
@SerialName(value = "NotInGroup")
NOT_IN_GROUP
Link copied to clipboard
@SerialName(value = "GroupDoesNotExist")
GROUP_DOES_NOT_EXIST
Link copied to clipboard
@SerialName(value = "LibraryAccessDenied")
LIBRARY_ACCESS_DENIED

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.