GroupStateUpdate

data class GroupStateUpdate(val state: GroupStateType, val reason: PlaybackRequestType)

Class GroupStateUpdate.

Constructors

Link copied to clipboard
constructor(state: GroupStateType, reason: PlaybackRequestType)

Properties

Link copied to clipboard

The reason of the state change.

Link copied to clipboard

The state of the group.