Beamable SDK
|
Public Member Functions | |
void | Initialize (IPlatformService platform, IDependencyProvider provider) |
void | UnsubscribeAll () |
Promise | SubscribeToProvider () |
void | LoadChannelHistory (string channel, int msgLimit, Action< List< object > > onHistory, Action< PubnubClientError > onHistoryError) |
void | EnqueueOperation (PubNubOp operation, bool shouldRunNextOp=false) |
void Beamable.Api.Notification.IPubnubSubscriptionManager.LoadChannelHistory | ( | string | channel, |
int | msgLimit, | ||
Action< List< object > > | onHistory, | ||
Action< PubnubClientError > | onHistoryError | ||
) |
Implemented in Beamable.Api.Notification.PubnubSubscriptionManager.
void Beamable.Api.Notification.IPubnubSubscriptionManager.UnsubscribeAll | ( | ) |
Implemented in Beamable.Api.Notification.PubnubSubscriptionManager.