AgoraChatSDK 1.2.0
Instance Methods | Properties | List of all members
AgoraChatUserInfo Class Reference

#import <AgoraChatUserInfo.h>

Inheritance diagram for AgoraChatUserInfo:

Instance Methods

(NSString *nickName) - __deprecated_msg
 

Properties

NSString *_Nullable userId
 
NSString *_Nullable nickname
 
NSString *_Nullable avatarUrl
 
NSString *_Nullable mail
 
NSString *_Nullable phone
 
NSInteger gender
 
NSString *_Nullable sign
 
NSString *_Nullable birth
 
NSString *_Nullable ext
 

Detailed Description

The userInfo class.

Method Documentation

◆ __deprecated_msg

- (NSString *nickName) __deprecated_msg ("Use nickname instead") 

The user's nickname.

Property Documentation

◆ avatarUrl

- (NSString* _Nullable) avatarUrl
readwritenonatomiccopy

The user's avatar file uri.

◆ birth

- (NSString* _Nullable) birth
readwritenonatomiccopy

The user's birth date.

◆ ext

- (NSString* _Nullable) ext
readwritenonatomiccopy

The extention information.

◆ gender

- (NSInteger) gender
readwritenonatomicassign

The user's gender. If you didn't set, the default value is 0. For example you can set 1 for male and 2 for female.

◆ mail

- (NSString* _Nullable) mail
readwritenonatomiccopy

The user's mail address.

◆ nickname

- (NSString* _Nullable) nickname
readwritenonatomiccopy

The user's nickname.

◆ phone

- (NSString* _Nullable) phone
readwritenonatomiccopy

The user's phone number.

◆ sign

- (NSString* _Nullable) sign
readwritenonatomiccopy

The user's personal status.

◆ userId

- (NSString* _Nullable) userId
readwritenonatomiccopy

The user ID.


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