EventRepository
Functions
Link copied to clipboard
Clears the last processed event ID.
Link copied to clipboard
Link copied to clipboard
Fetches the oldest available event ID from remote.
Link copied to clipboard
Link copied to clipboard
Retrieves the last processed event ID from the storage.
Link copied to clipboard
abstract suspend fun liveEvents(): Either<CoreFailure, <Error class: unknown class><<Error class: unknown class><EventEnvelope>>>
Link copied to clipboard
Parse events from an external JSON payload
Link copied to clipboard
abstract suspend fun pendingEvents(): <Error class: unknown class><Either<CoreFailure, EventEnvelope>>
Link copied to clipboard