kiosk-ops-sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
kiosk-ops-sdk
kiosk-ops-sdk
/
com.sarastarquant.kioskops.sdk.transport
/
TransportEvent
Transport
Event
@
Serializable
data
class
TransportEvent
(
val
id
:
String
,
val
idempotencyKey
:
String
,
val
type
:
String
,
val
payloadJson
:
String
,
val
createdAtEpochMs
:
Long
)
Members
Constructors
Transport
Event
Link copied to clipboard
constructor
(
id
:
String
,
idempotencyKey
:
String
,
type
:
String
,
payloadJson
:
String
,
createdAtEpochMs
:
Long
)
Properties
created
At
Epoch
Ms
Link copied to clipboard
val
createdAtEpochMs
:
Long
id
Link copied to clipboard
val
id
:
String
idempotency
Key
Link copied to clipboard
val
idempotencyKey
:
String
payload
Json
Link copied to clipboard
val
payloadJson
:
String
Serialized JSON payload (kept as a string to allow arbitrary schemas).
type
Link copied to clipboard
val
type
:
String