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.debug
/
QueueAccessor
Queue
Accessor
interface
QueueAccessor
Interface for queue access (provided by SDK internals).
Since
0.4.0
Members
Functions
clear
Quarantined
Link copied to clipboard
abstract
suspend
fun
clearQuarantined
(
)
:
Int
decrypt
Payload
Link copied to clipboard
abstract
suspend
fun
decryptPayload
(
eventId
:
String
)
:
String
?
get
All
Events
Link copied to clipboard
abstract
suspend
fun
getAllEvents
(
)
:
List
<
EventSummary
>
get
Event
By
Id
Link copied to clipboard
abstract
suspend
fun
getEventById
(
id
:
String
)
:
EventSummary
?
retry
Event
Link copied to clipboard
abstract
suspend
fun
retryEvent
(
eventId
:
String
)
:
Boolean