FMWebSyncChatChatUser Class Reference
| Inherits from | FMSerializable : NSObject |
|---|---|
| Declared in | FMWebSyncChat.h |
– boundRecords
- (NSMutableDictionary *)boundRecordsDiscussion
Declared In
FMWebSyncChat.h
+ chatUserWithUserId:userNickname:clientId:boundRecords:
+ (FMWebSyncChatChatUser *)chatUserWithUserId:(NSString *)userId userNickname:(NSString *)userNickname clientId:(FMNullableGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecordsParameters
name="userId">The |
user ID of the chat participant. |
|---|---|
name="userNickname">The |
user nickname of the chat participant. |
name="boundRecords">The |
bound records of the chat client triggering this event. |
name="clientId">The |
ID of the chat client triggering this event. |
Discussion
Declared In
FMWebSyncChat.h
+ chatUserWithId:userNickname:clientId:boundRecords:
+ (FMWebSyncChatChatUser *)chatUserWithId:(NSString *)userId userNickname:(NSString *)userNickname clientId:(FMNullableGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecordsParameters
name="userId">The |
user ID of the chat participant. |
|---|---|
name="userNickname">The |
user nickname of the chat participant. |
name="boundRecords">The |
bound records of the chat client triggering this event. |
name="clientId">The |
ID of the chat client triggering this event. |
Discussion
Declared In
FMWebSyncChat.h
– clientId
- (FMNullableGuid *)clientIdDiscussion
Declared In
FMWebSyncChat.h
– clients
- (NSMutableArray *)clientsDiscussion
Declared In
FMWebSyncChat.h
– initWithUserId:userNickname:clientId:boundRecords:
- (id)initWithUserId:(NSString *)userId userNickname:(NSString *)userNickname clientId:(FMNullableGuid *)clientId boundRecords:(NSMutableDictionary *)boundRecordsParameters
name="userId">The |
user ID of the chat participant. |
|---|---|
name="userNickname">The |
user nickname of the chat participant. |
name="boundRecords">The |
bound records of the chat client triggering this event. |
name="clientId">The |
ID of the chat client triggering this event. |
Discussion
Declared In
FMWebSyncChat.h
– setBoundRecords:
- (void)setBoundRecords:(NSMutableDictionary *)valueDiscussion
Declared In
FMWebSyncChat.h
– setClientId:
- (void)setClientId:(FMNullableGuid *)valueDiscussion
Declared In
FMWebSyncChat.h
– setUserId:
- (void)setUserId:(NSString *)valueDiscussion
Declared In
FMWebSyncChat.h
– setUserNickname:
- (void)setUserNickname:(NSString *)valueDiscussion
Declared In
FMWebSyncChat.h
– userId
- (NSString *)userIdDiscussion
Declared In
FMWebSyncChat.h
– userNickname
- (NSString *)userNicknameDiscussion
Declared In
FMWebSyncChat.h