Package-level declarations

Types

Link copied to clipboard
interface EventEmitter

Interface implemented by objects that are the source of real time events from the PubNub network.

Link copied to clipboard

Implement this interface and pass it into EventEmitter.addListener to listen for events from the PubNub real-time network.

Link copied to clipboard
interface StatusEmitter

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

Link copied to clipboard
fun interface StatusListener : Listener