RefreshProgressMessage

data class RefreshProgressMessage(val data: Map<String, String?>? = null, val messageId: UUID) : OutboundWebSocketMessage

Refresh progress message.

Constructors

Link copied to clipboard
constructor(data: Map<String, String?>? = null, messageId: UUID)

Properties

Link copied to clipboard
val data: Map<String, String?>? = null

The data.

Link copied to clipboard
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.