|
HyphenateChatSDK
4.22.0
|
#import <EMContact.h>
构造函数 | |
| (instancetype) | - initWithUserId:remark:createAt: |
属性 | |
| NSString *_Nonnull | userId |
| NSString *_Nullable | remark |
| EMUserInfo *_Nullable | userInfo |
| NSUInteger | addTimestamp |
联系人信息。
| - (instancetype) initWithUserId: | (NSString *_Nonnull) | userId | |
| remark: | (NSString *_Nullable) | remark | |
| createAt: | (NSUInteger) | createAt | |
初始化联系人对象
| userId | 联系人用户Id |
| remark | 联系人备注 |
| createAt | 联系人添加时间,单位为毫秒 |
|
readnonatomicassign |
联系人添加时间,单位为毫秒。
|
readwritenonatomicstrong |
联系人备注。
|
readnonatomicstrong |
联系人用户Id。
|
readnonatomicstrong |
联系人信息对象。
1.8.10