Playstate message.

PlaystateMessage

interface PlaystateMessage {
    Data?: PlaystateRequest;
    MessageId?: string;
    MessageType?: SessionMessageType;
}

Properties

PlaystateMessage

MessageId?: string

Gets or sets the message id.

PlaystateMessage

MessageType?: SessionMessageType

PlaystateMessage