QueueAccessor

interface QueueAccessor

Interface for queue access (provided by SDK internals).

Since

0.4.0

Functions

Link copied to clipboard
abstract suspend fun clearQuarantined(): Int
Link copied to clipboard
abstract suspend fun decryptPayload(eventId: String): String?
Link copied to clipboard
abstract suspend fun getAllEvents(): List<EventSummary>
Link copied to clipboard
abstract suspend fun getEventById(id: String): EventSummary?
Link copied to clipboard
abstract suspend fun retryEvent(eventId: String): Boolean