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
/
QuarantinedEventRow
Quarantined
Event
Row
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY
]
)
data
class
QuarantinedEventRow
(
val
id
:
String
,
val
type
:
String
,
val
createdAtEpochMs
:
Long
,
val
attempts
:
Int
,
val
lastError
:
String
?
,
val
quarantineReason
:
String
?
,
val
updatedAtEpochMs
:
Long
)
Lightweight projection to avoid pulling encrypted payload blobs.
Members
Constructors
Quarantined
Event
Row
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
createdAtEpochMs
:
Long
,
attempts
:
Int
,
lastError
:
String
?
,
quarantineReason
:
String
?
,
updatedAtEpochMs
:
Long
)
Properties
attempts
Link copied to clipboard
val
attempts
:
Int
created
At
Epoch
Ms
Link copied to clipboard
val
createdAtEpochMs
:
Long
id
Link copied to clipboard
val
id
:
String
last
Error
Link copied to clipboard
val
lastError
:
String
?
quarantine
Reason
Link copied to clipboard
val
quarantineReason
:
String
?
type
Link copied to clipboard
val
type
:
String
updated
At
Epoch
Ms
Link copied to clipboard
val
updatedAtEpochMs
:
Long