23#import <Foundation/Foundation.h>
24#import "AgoraChatUserInfo.h"
25#import "AgoraChatError.h"
60- (void)updateOwnUserInfo:(NSString*_Nullable )aValue
61 withType:(AgoraChatUserInfoType)aType
77- (void)fetchUserInfoById:(NSArray<NSString*>*_Nonnull)aUserIds
78 completion:(
void (^_Nullable)(NSDictionary*_Nullable aUserDatas,
AgoraChatError *_Nullable aError))aCompletionBlock;
94- (void)fetchUserInfoById:(NSArray<NSString*>* _Nonnull)aUserIds
95 type:(NSArray<NSNumber*>*_Nonnull)aType
96 completion:(
void (^_Nullable)(NSDictionary*_Nullable aUserDatas,
AgoraChatError *_Nullable aError))aCompletionBlock;
Definition: AgoraChatError.h:27
Definition: AgoraChatUserInfo.h:36
Definition: IAgoraChatUserInfoManager.h:27