Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-devtools
/
io.github.syrou.reaktiv.devtools.protocol
/
DevToolsMessage
/
ClientRegistration
Client
Registration
@
Serializable
data
class
ClientRegistration
(
val
clientName
:
String
,
val
clientId
:
String
,
val
platform
:
String
,
val
isGhost
:
Boolean
=
false
)
:
DevToolsMessage
(
source
)
Members
Constructors
Client
Registration
Link copied to clipboard
constructor
(
clientName
:
String
,
clientId
:
String
,
platform
:
String
,
isGhost
:
Boolean
=
false
)
Properties
client
Id
Link copied to clipboard
val
clientId
:
String
client
Name
Link copied to clipboard
val
clientName
:
String
is
Ghost
Link copied to clipboard
val
isGhost
:
Boolean
=
false
platform
Link copied to clipboard
val
platform
:
String