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.queue
/
EnqueueResult
/
Accepted
Accepted
data
class
Accepted
(
val
id
:
String
,
val
idempotencyKey
:
String
,
val
droppedOldest
:
Int
=
0
)
:
EnqueueResult
Members
Constructors
Accepted
Link copied to clipboard
constructor
(
id
:
String
,
idempotencyKey
:
String
,
droppedOldest
:
Int
=
0
)
Properties
dropped
Oldest
Link copied to clipboard
val
droppedOldest
:
Int
Number of oldest events dropped to make room under QueueLimits.
id
Link copied to clipboard
val
id
:
String
idempotency
Key
Link copied to clipboard
val
idempotencyKey
:
String
is
Accepted
Link copied to clipboard
val
isAccepted
:
Boolean