FMWebSyncChatLeaveFailureArgs Class Reference

Inherits from FMWebSyncBaseFailureArgs : FMWebSyncBaseOutputArgs : FMWebSyncExtensible : FMDynamic : FMSerializable : NSObject
Declared in FMWebSyncChat.h

Overview

Arguments for leave failure callbacks.

– channel

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

- (NSString *)channel

Discussion

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

Declared In

FMWebSyncChat.h

– channels

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

- (NSMutableArray *)channels

Discussion

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

Declared In

FMWebSyncChat.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

FMWebSyncChat.h

– userId

Gets the ID of the current user.

- (NSString *)userId

Discussion

Gets the ID of the current user.

Declared In

FMWebSyncChat.h

– userNickname

Gets the nickname of the current user.

- (NSString *)userNickname

Discussion

Gets the nickname of the current user.

Declared In

FMWebSyncChat.h