jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
GroupUpdate
Group
Update
common
sealed
interface
GroupUpdate
Represents the list of possible group update types
Inheritors
SyncPlayGroupDoesNotExistUpdate
SyncPlayGroupJoinedUpdate
SyncPlayGroupLeftUpdate
SyncPlayLibraryAccessDeniedUpdate
SyncPlayNotInGroupUpdate
SyncPlayPlayQueueUpdate
SyncPlayStateUpdate
SyncPlayUserJoinedUpdate
SyncPlayUserLeftUpdate
Members
Properties
group
Id
Link copied to clipboard
common
abstract
val
groupId
:
UUID
The group identifier.
type
Link copied to clipboard
common
abstract
val
type
:
GroupUpdateType
Enum GroupUpdateType.