Package-level declarations
Types
Link copied to clipboard
LocalEventManager listens for local events from LocalEventRepository and processes them using EventProcessor.
Link copied to clipboard
internal class LocalEventManagerImpl(localEventRepository: LocalEventRepository, eventProcessor: EventProcessor, scope: <Error class: unknown class>, dispatchers: <Error class: unknown class> = KaliumDispatcherImpl) : LocalEventManager
Link copied to clipboard
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.
Link copied to clipboard