FMWebSyncChatUserJoinArgs Class Reference

Overview

Arguments for .

– initWithChannel:subscribedClient:

Initializes a new instance of the class.

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

Parameters

name="channel">The

channel.

name="subscribedClient">The

subscribed client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncChat.h

– joinedUser

Gets the user that joined.

- (FMWebSyncChatChatUser *)joinedUser

Discussion

Gets the user that joined.

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

+ userJoinArgsWithChannel:subscribedClient:

Initializes a new instance of the class.

+ (FMWebSyncChatUserJoinArgs *)userJoinArgsWithChannel:(NSString *)channel subscribedClient:(FMWebSyncSubscribedClient *)subscribedClient

Parameters

name="channel">The

channel.

name="subscribedClient">The

subscribed 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