ShengwangChatSDK 1.3.2
构造函数 | 属性 | 所有成员列表
AgoraChatContact类 参考

#import <AgoraChatContact.h>

类 AgoraChatContact 继承关系图:

构造函数

(instancetype) - initWithUserId:remark:
 

属性

NSString *_Nonnull userId
 
NSString *_Nullable remark
 

详细描述

The contact object.

函数文档

◆ initWithUserId:remark:

- (instancetype) initWithUserId: (NSString *_Nonnull)  userId
remark: (NSString *_Nullable)  remark 

Initialize contact object

参数
userIdThe contact userId
remarkThe contact remark
返回
Contact object

属性说明

◆ remark

- (NSString* _Nullable) remark
readwritenonatomicstrong

The contact remark.

◆ userId

- (NSString* _Nonnull) userId
readnonatomicstrong

The contact userId.


该类的文档由以下文件生成: