FMWebSyncChatUserLeaveArgs Class Reference

Overview

Arguments for .

– initWithChannel:unsubscribedClient:

Initializes a new instance of the class.

- (id)initWithChannel:(NSString *)channel unsubscribedClient:(FMWebSyncSubscribedClient *)unsubscribedClient

Parameters

name="channel">The

channel.

name="unsubscribedClient">The

unsubscribed client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncChat.h

– leftUser

Gets the user that left.

- (FMWebSyncChatChatUser *)leftUser

Discussion

Gets the user that left.

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

+ userLeaveArgsWithChannel:unsubscribedClient:

Initializes a new instance of the class.

+ (FMWebSyncChatUserLeaveArgs *)userLeaveArgsWithChannel:(NSString *)channel unsubscribedClient:(FMWebSyncSubscribedClient *)unsubscribedClient

Parameters

name="channel">The

channel.

name="unsubscribedClient">The

unsubscribed client.

Discussion

Initializes a new instance of the class.

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