23 #import <Foundation/Foundation.h>
24 #import "EMUserInfo.h"
42 - (void)updateOwnUserInfo:(
EMUserInfo*)aUserData
60 - (void)updateOwnUserInfo:(NSString*)aValue
61 withType:(EMUserInfoType)aType
77 - (void)fetchUserInfoById:(NSArray<NSString*>*)aUserIds
78 completion:(
void (^)(NSDictionary*aUserDatas,
EMError *aError))aCompletionBlock;
94 - (void)fetchUserInfoById:(NSArray<NSString*>*)aUserIds
95 type:(NSArray<NSNumber*>*)aType
96 completion:(
void (^)(NSDictionary*aUserDatas,
EMError *aError))aCompletionBlock;
Definition: EMUserInfo.h:36
Definition: IEMUserInfoManager.h:27