eventNames

abstract fun eventNames(): List<String>

Returns an array listing the events for which the emitter has registered listeners. The values in the array are strings or Symbols.

Return

An array listing the events for which the emitter has registered listeners.