Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-introspection
/
io.github.syrou.reaktiv.introspection.protocol
/
ExportedClientInfo
Exported
Client
Info
@
Serializable
data
class
ExportedClientInfo
(
val
clientId
:
String
,
val
clientName
:
String
,
val
platform
:
String
)
Basic client information for export.
Members
Constructors
Exported
Client
Info
Link copied to clipboard
constructor
(
clientId
:
String
,
clientName
:
String
,
platform
:
String
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
client
Name
Link copied to clipboard
val
clientName
:
String
platform
Link copied to clipboard
val
platform
:
String