AgoraChatSDK 1.3.1
Instance Methods | Properties | List of all members
AgoraChatContact Class Reference

#import <AgoraChatContact.h>

Inheritance diagram for AgoraChatContact:

Instance Methods

(instancetype) - initWithUserId:remark:
 

Properties

NSString *_Nonnull userId
 
NSString *_Nullable remark
 

Detailed Description

The contact object.

Method Documentation

◆ initWithUserId:remark:

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

Initialize contact object

Parameters
userIdThe contact userId
remarkThe contact remark
Returns
Contact object

Property Documentation

◆ remark

- (NSString* _Nullable) remark
readwritenonatomicstrong

The contact remark.

◆ userId

- (NSString* _Nonnull) userId
readnonatomicstrong

The contact userId.


The documentation for this class was generated from the following file: