Public Member Functions | |
delegate void | OnPubNubOperationDelegate () |
void | Initialize (PlatformService platform) |
void | Reset () |
void | Update () |
void | OnDisable () |
void | SubscribeToProvider () |
void | EnqueueOperation (PubNubOp operation, bool shouldRunNextOp=false) |
void | UnsubscribeAll () |
void | LoadChannelHistory (string channel, int msgLimit, Action< List< object >> onHistory, Action< PubnubClientError > onHistoryError) |
void | OnMessageReceived (object result) |
void | OnSubscribeMessage (object result) |
void | OnUnsubscribeMessage (object result) |
void | OnSubscribeError (PubnubClientError pubnubError) |
void | OnUnsubscribeError (PubnubClientError pubnubError) |
Properties | |
bool | PubnubIsConnected [get] |
long | NumActiveChannels [get] |
string | FilterExpression [get, set] |
Manage the connection and subscriptions to PubNub
|
inline |
History request for the channel. We pay by the message and history messages count towards that total. Be judicious on the amount of history retrieved
|
inline |
This method is used to unsubscribe from all channels used for notification and for chat. It is meant for use on exit