EventBus

interface EventBus

Inheritors

Types

Link copied to clipboard
sealed interface Event

Properties

Link copied to clipboard
abstract val events: Flow<EventBus.Event>

Functions

Link copied to clipboard
abstract fun send(event: EventBus.Event)