#import <IEMUserInfoManager.h>
@header IEMUserInfoManager.h @abstract UserInfo Operation class
- Author
- Hyphenate
- Version
- 3.00
◆ fetchUserInfoById:completion:
- (void) fetchUserInfoById: |
|
(NSArray< NSString * > *) |
aUserIds |
completion: |
|
(void(^)(NSDictionary *aUserDatas, EMError *aError)) |
aCompletionBlock |
|
|
| |
Get userInfo by userId
- Parameters
-
aUserIds | UserId list |
aCompletionBlock | The completion of 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 | UserId list |
aType | UserInfo type list |
aCompletionBlock | The completion of callback |
◆ updateOwnUserInfo:completion:
Set all own userInfo
- Parameters
-
aUserData | The userInfo data to set |
aCompletionBlock | The completion of callback |
◆ updateOwnUserInfo:withType:completion:
- (void) updateOwnUserInfo: |
|
(NSString *) |
aValue |
withType: |
|
(EMUserInfoType) |
aType |
completion: |
|
(void(^)(EMUserInfo *aUserInfo, EMError *aError)) |
aCompletionBlock |
|
|
| |
Set special own userInfo
- Parameters
-
aValue | The userInfo data to set |
aType | The userInfo type to set |
aCompletionBlock | The completion of callback |
The documentation for this protocol was generated from the following file: