FMWebSyncServerSubscribeArgs Class Reference

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

Overview

Arguments for .

– 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

– tag

Gets the tag associated with the subscribe request.

- (NSString *)tag

Discussion

Gets the tag associated with the subscribe request.

Declared In

FMWebSync.h