emit

abstract fun emit(eventType: String)

Emits an Event.

Parameters

eventType

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

Emits an event with a dynamic properties Map.

Parameters

eventType
properties