emitNow

open fun emitNow(eventType: String, properties: Map<String, Any>)

Emits an event immediately instead of waiting for the handler.

Parameters

eventType

The event type.

properties

The properties to send when processing the event.