FMWebSyncSubscribeSuccessArgs Class Reference

Inherits from FMWebSyncBaseSuccessArgs : FMWebSyncBaseOutputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSync.h

Overview

Arguments for subscribe success callbacks.

Other Methods

– channel

Gets the channel to which the client was subscribed. Must start with a forward slash (/). Overrides .

- (NSString *)channel

Discussion

Gets the channel to which the client was subscribed. Must start with a forward slash (/). Overrides .

Declared In

FMWebSync.h

– channels

Gets the channels to which the client was subscribed. Each must start with a forward slash (/). Overrides .

- (NSMutableArray *)channels

Discussion

Gets the channels to which the client was subscribed. Each must start with a forward slash (/). Overrides .

Declared In

FMWebSync.h

– init

- (id)init

Declared In

FM.h

– isResubscribe

Gets whether the subscribe call was automatically invoked following a stream failure.

- (bool)isResubscribe

Discussion

Gets whether the subscribe call was automatically invoked following a stream failure.

Declared In

FMWebSync.h

– tag

Gets the tag associated with the subscribe request.

- (NSString *)tag

Discussion

Gets the tag associated with the subscribe request.

Declared In

FMWebSync.h

FMWebSyncSubscribersExtensions Methods

– getSubscribedClients

Gets the active subscribed clients on the just-subscribed channel(s).

- (NSMutableDictionary *)getSubscribedClients

Parameters

name="args">The

to extend. The subscribed clients, partitioned by channel.

Discussion

Gets the active subscribed clients on the just-subscribed channel(s).

Declared In

FMWebSyncSubscribers.h

+ getSubscribedClientsWithArgs:

Gets the active subscribed clients on the just-subscribed channel(s).

+ (NSMutableDictionary *)getSubscribedClientsWithArgs:(FMWebSyncSubscribeSuccessArgs *)args

Parameters

name="args">The

to extend. The subscribed clients, partitioned by channel.

Discussion

Gets the active subscribed clients on the just-subscribed channel(s).

Declared In

FMWebSyncSubscribers.h