PublicAPIEmitter

This class is used to handle events in the public API But since the source of truth is in the controller, this will internally proxy to the controller emitter Set emitterSuperClass to the controller emitter

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun addListener(listener: T)
Link copied to clipboard
fun addMainThreadListener(listener: T)
Link copied to clipboard
fun removeListener(listener: T)
Link copied to clipboard