Reaktiv
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Reaktiv
reaktiv-devtools
/
io.github.syrou.reaktiv.devtools.protocol
/
DevToolsMessage
/
ActionDispatched
Action
Dispatched
@
Serializable
data
class
ActionDispatched
(
val
clientId
:
String
,
val
timestamp
:
Long
,
val
actionType
:
String
,
val
actionData
:
String
,
val
stateDeltaJson
:
String
,
val
moduleName
:
String
=
""
)
:
DevToolsMessage
(
source
)
Sent when an action is dispatched. Wraps CapturedAction from crash-capture.
Members
Constructors
Action
Dispatched
Link copied to clipboard
constructor
(
clientId
:
String
,
timestamp
:
Long
,
actionType
:
String
,
actionData
:
String
,
stateDeltaJson
:
String
,
moduleName
:
String
=
""
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
action
Data
Link copied to clipboard
val
actionData
:
String
action
Type
Link copied to clipboard
val
actionType
:
String
client
Id
Link copied to clipboard
val
clientId
:
String
module
Name
Link copied to clipboard
val
moduleName
:
String
state
Delta
Json
Link copied to clipboard
val
stateDeltaJson
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long
Functions
to
Captured
Link copied to clipboard
fun
toCaptured
(
)
:
CapturedAction