EventEmitter

interface EventEmitter

Functions

Link copied to clipboard
abstract fun sendEvent(eventName: String)
abstract fun <T> sendEvent(eventName: String, params: T)

Properties

Link copied to clipboard
abstract val hasListeners: Flow<Boolean>

Inheritors

EventEmitterImpl
Link copied to clipboard