PNStatusCategory
Check the status category via PNStatus.category in the com.pubnub.api.v2.callbacks.StatusListener added to a com.pubnub.api.PubNub object.
Entries
SDK successfully connected the Subscribe loop.
SDK subscribed with a new mix of channels (fired every time the channel / channel group mix changed) since the initial connection.
Previously started subscribe loop failed and at this moment client is disconnected from real-time data channels.
The subscription has been stopped as requested (when all channels and channel groups have been unsubscribed).
The subscription loop was not able to connect, and at this moment the client is disconnected from real-time data channels.
A background implicit Heartbeat request attempt failed.
A background implicit Heartbeat request was successful.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.