toggle menu
jellyfin-sdk-kotlin
latest-SNAPSHOT
common
switch theme
search in API
jellyfin-model
/
org.jellyfin.sdk.model.api
/
GroupStateUpdate
Group
State
Update
data
class
GroupStateUpdate
(
val
state
:
GroupStateType
,
val
reason
:
PlaybackRequestType
)
Class GroupStateUpdate.
Members
Constructors
Group
State
Update
Link copied to clipboard
constructor
(
state
:
GroupStateType
,
reason
:
PlaybackRequestType
)
Properties
reason
Link copied to clipboard
val
reason
:
PlaybackRequestType
The reason of the state change.
state
Link copied to clipboard
val
state
:
GroupStateType
The state of the group.