◆ fetchUserInfoById:completion:
- (void) fetchUserInfoById: |
|
(NSArray< NSString * > *) |
aUserIds |
completion: |
|
(void(^)(NSDictionary *aUserDatas, EMError *aError)) |
aCompletionBlock |
|
|
| |
Get user info by id
- Parameters
-
aUserIds | The users's id to get user info |
aCompletionBlock | The completion callback |
◆ fetchUserInfoById:type:completion:
- (void) fetchUserInfoById: |
|
(NSArray< NSString * > *) |
aUserIds |
type: |
|
(NSArray< NSNumber * > *) |
aType |
completion: |
|
(void(^)(NSDictionary *aUserDatas, EMError *aError)) |
aCompletionBlock |
|
|
| |
Get user special info by id
- Parameters
-
aUserIds | The users's id to get user info |
aType | The user info type to get |
aCompletionBlock | The completion callback |
◆ updateOwnUserInfo:completion:
Set all own user info
- Parameters
-
aUserData | The user info data to set |
aCompletionBlock | The completion callback |
◆ updateOwnUserInfo:withType:completion:
- (void) updateOwnUserInfo: |
|
(NSString *) |
aValue |
withType: |
|
(EMUserInfoType) |
aType |
completion: |
|
(void(^)(EMUserInfo *aUserInfo, EMError *aError)) |
aCompletionBlock |
|
|
| |
Set special own user info
- Parameters
-
aValue | The user info data to set |
aType | The user info type to set |
aCompletionBlock | The completion callback |
The documentation for this protocol was generated from the following file: