Subscriber

interface Subscriber

Generic Subscriber interface which allows notification of connection state change

Inheritors

Types

Link copied to clipboard

Connection state of the subscription.

Functions

Link copied to clipboard

Notifies the subscriber that the subscription connection state has changed. The subscriber won't be notified of subscribed changes until the connection status changes to ConnectionState.CONNECTED. The subscriber will stop receiving subscribed change notifications when the connection state changes to ConnectionState.DISCONNECTED.