|
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) |
|
Manage the connection and subscriptions to PubNub