9 #import <Foundation/Foundation.h>
10 #import "EMUserInfo.h"
28 - (void)updateOwnUserInfo:(
EMUserInfo*)aUserData
46 - (void)updateOwnUserInfo:(NSString*)aValue
47 withType:(EMUserInfoType)aType
63 - (void)fetchUserInfoById:(NSArray<NSString*>*)aUserIds
64 completion:(
void (^)(NSDictionary*aUserDatas,
EMError *aError))aCompletionBlock;
80 - (void)fetchUserInfoById:(NSArray<NSString*>*)aUserIds
81 type:(NSArray<NSNumber*>*)aType
82 completion:(
void (^)(NSDictionary*aUserDatas,
EMError *aError))aCompletionBlock;
Definition: EMUserInfo.h:35
Definition: IEMUserInfoManager.h:13