toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.transport
/
MsgServerToClient
Msg
Server
To
Client
@
Serializable
data
class
MsgServerToClient
(
val
id
:
String
?
=
null
,
val
label
:
String
,
val
type
:
String
,
val
data
:
JsonElement
=
JsonNull
)
An RTVI control message sent to the client.
Members
Constructors
Msg
Server
To
Client
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
label
:
String
,
type
:
String
,
data
:
JsonElement
=
JsonNull
)
Types
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
?
=
null
label
Link copied to clipboard
val
label
:
String
type
Link copied to clipboard
val
type
:
String