MsgClientToServer

@Serializable
data class MsgClientToServer

An RTVI control message sent to the backend.

Constructors

Link copied to clipboard
constructor(type: String, data: JsonElement?, id: String = UUID.randomUUID().toString())

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Data
Link copied to clipboard
object Type

Properties

Link copied to clipboard
val data: JsonElement?
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard