FMWebSyncUnsubscribeSuccessArgs Class Reference

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

Overview

Arguments for unsubscribe success callbacks.

– channel

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

- (NSString *)channel

Discussion

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

Declared In

FMWebSync.h

– channels

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

- (NSMutableArray *)channels

Discussion

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

Declared In

FMWebSync.h

– forced

Gets whether this unsubscribe was forced due to a disconnect.

- (bool)forced

Discussion

Gets whether this unsubscribe was forced due to a disconnect.

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