emit

open fun emit(eventType: String)

Emits an event. All listeners attached to this event will be processed

Parameters

eventType

See also


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

Emits an event, passing along the properties map

Parameters

eventType
properties

See also