LocalEventRepository

internal interface LocalEventRepository

LocalEventRepository stores local events that are produced by API responses but are not received through EventRepository. It provides a flow that LocalEventManager can listen for processing these events.

Inheritors

Functions

Link copied to clipboard
abstract fun emitLocalEvent(event: Event)

Emits a new local event.

Link copied to clipboard
abstract fun observeLocalEvents(): <Error class: unknown class><EventEnvelope>

Returns a shared flow of local events.