FMWebSyncChatUserClientLeaveArgs 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 associated with the client that left.

- (FMWebSyncChatChatUser *)leftUser

Discussion

Gets the user associated with the client that left.

Declared In

FMWebSyncChat.h

+ userClientLeaveArgsWithChannel:unsubscribedClient:

Initializes a new instance of the class.

+ (FMWebSyncChatUserClientLeaveArgs *)userClientLeaveArgsWithChannel:(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

– 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