StatusEmitter

interface StatusEmitter

Interface implemented by objects that manage the subscription connection to the PubNub network and can be monitored for connection state changes.

Inheritors

Functions

Link copied to clipboard
abstract fun addListener(listener: StatusListener)

Add a listener.

Link copied to clipboard
abstract fun removeAllListeners()

Removes all listeners.

Link copied to clipboard
abstract fun removeListener(listener: Listener)

Remove a listener.