SyncPlayCommandMessage

@Serializable
@SerialName(value = "SyncPlayCommand")
data class SyncPlayCommandMessage(val data: SendCommand? = null, val messageId: UUID) : OutboundWebSocketMessage

Sync play command.

Constructors

Link copied to clipboard
constructor(data: SendCommand? = null, messageId: UUID)

Properties

Link copied to clipboard
@SerialName(value = "Data")
val data: SendCommand?

Class SendCommand.

Link copied to clipboard
@SerialName(value = "MessageId")
open override val messageId: UUID

The message id.

Link copied to clipboard
open override val messageType: SessionMessageType

The different kinds of messages that are used in the WebSocket api.