FMWebSyncChatChatClient Class Reference

Inherits from FMSerializable : NSObject
Declared in FMWebSyncChat.h

Overview

A chat client associated with a given chat user.

– boundRecords

Gets the bound records of the chat client.

- (NSMutableDictionary *)boundRecords

Discussion

Gets the bound records of the chat client.

Declared In

FMWebSyncChat.h

+ chatClientWithClientId:boundRecords:

Initializes a new instance of the class.

+ (FMWebSyncChatChatClient *)chatClientWithClientId:(FMGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecords

Parameters

name="boundRecords">The

bound records of the chat client.

name="clientId">The

ID of the chat client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncChat.h

+ chatClientWithId:boundRecords:

Initializes a new instance of the class.

+ (FMWebSyncChatChatClient *)chatClientWithId:(FMGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecords

Parameters

name="boundRecords">The

bound records of the chat client.

name="clientId">The

ID of the chat client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncChat.h

– clientId

Gets the ID of the chat client.

- (FMGuid *)clientId

Discussion

Gets the ID of the chat client.

Declared In

FMWebSyncChat.h

– initWithClientId:boundRecords:

Initializes a new instance of the class.

- (id)initWithClientId:(FMGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecords

Parameters

name="boundRecords">The

bound records of the chat client.

name="clientId">The

ID of the chat client.

Discussion

Initializes a new instance of the class.

Declared In

FMWebSyncChat.h

– setBoundRecords:

Sets the bound records of the chat client.

- (void)setBoundRecords:(NSMutableDictionary *)value

Discussion

Sets the bound records of the chat client.

Declared In

FMWebSyncChat.h

– setClientId:

Sets the ID of the chat client.

- (void)setClientId:(FMGuid *)value

Discussion

Sets the ID of the chat client.

Declared In

FMWebSyncChat.h