agora_chat_SDK 1.0.6
agora java chat SDK
Public Member Functions | Public Attributes | List of all members
io.agora.chat.UserInfo.UserInfoType Enum Reference

Public Member Functions

int getValue ()
 
void setValue (int value)
 
String getDesc ()
 
void setDesc (String desc)
 

Public Attributes

 NICKNAME =(0,"nickname")
 
 AVATAR_URL =(1,"avatarurl")
 
 EMAIL =(2,"mail")
 
 PHONE =(3,"phone")
 
 GENDER =(4,"gender")
 
 SIGN =(5,"sign")
 
 BIRTH =(6,"birth")
 
 EXT =(100,"ext")
 

Member Data Documentation

◆ AVATAR_URL

io.agora.chat.UserInfo.UserInfoType.AVATAR_URL =(1,"avatarurl")

The avatar URL of the user.

◆ BIRTH

io.agora.chat.UserInfo.UserInfoType.BIRTH =(6,"birth")

The user's birthday.

◆ EMAIL

io.agora.chat.UserInfo.UserInfoType.EMAIL =(2,"mail")

The email address of the user.

◆ EXT

io.agora.chat.UserInfo.UserInfoType.EXT =(100,"ext")

The user's extension information. You can set it to an empty string or type custom information and encapsulate them as a JSON string.

◆ GENDER

io.agora.chat.UserInfo.UserInfoType.GENDER =(4,"gender")

The user's gender.

◆ NICKNAME

io.agora.chat.UserInfo.UserInfoType.NICKNAME =(0,"nickname")

The user's nickname.

◆ PHONE

io.agora.chat.UserInfo.UserInfoType.PHONE =(3,"phone")

The phone number of the user.

◆ SIGN

io.agora.chat.UserInfo.UserInfoType.SIGN =(5,"sign")

The user's signature.


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