toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.transport
/
MsgClientToServer
Msg
Client
To
Server
@
Serializable
data
class
MsgClientToServer
An RTVI control message sent to the backend.
Members
Constructors
Msg
Client
To
Server
Link copied to clipboard
constructor
(
type
:
String
,
data
:
JsonElement
?
,
id
:
String
=
UUID.randomUUID().toString()
)
Types
Companion
Link copied to clipboard
object
Companion
Data
Link copied to clipboard
object
Data
Type
Link copied to clipboard
object
Type
Properties
data
Link copied to clipboard
val
data
:
JsonElement
?
id
Link copied to clipboard
val
id
:
String
label
Link copied to clipboard
val
label
:
String
type
Link copied to clipboard
val
type
:
String