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
/
EventAck
Event
Ack
@
Serializable
data
class
EventAck
(
val
id
:
String
,
val
idempotencyKey
:
String
,
val
accepted
:
Boolean
,
val
retryable
:
Boolean
=
true
,
val
error
:
String
?
=
null
,
val
serverEventId
:
String
?
=
null
)
Members
Constructors
Event
Ack
Link copied to clipboard
constructor
(
id
:
String
,
idempotencyKey
:
String
,
accepted
:
Boolean
,
retryable
:
Boolean
=
true
,
error
:
String
?
=
null
,
serverEventId
:
String
?
=
null
)
Properties
accepted
Link copied to clipboard
val
accepted
:
Boolean
error
Link copied to clipboard
val
error
:
String
?
id
Link copied to clipboard
val
id
:
String
idempotency
Key
Link copied to clipboard
val
idempotencyKey
:
String
retryable
Link copied to clipboard
val
retryable
:
Boolean
server
Event
Id
Link copied to clipboard
val
serverEventId
:
String
?