hyphenate_SDK4.0 5.0.0
hyphenate java IM SDK
 
Loading...
Searching...
No Matches
com.hyphenate.chat.EMUserInfo.EMUserInfoType Enum Reference

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")
 

Detailed Description

The user info type enumeration.

Member Data Documentation

◆ AVATAR_URL

com.hyphenate.chat.EMUserInfo.EMUserInfoType.AVATAR_URL =(1, "avatarurl")

The avatar URL of the user.

◆ BIRTH

com.hyphenate.chat.EMUserInfo.EMUserInfoType.BIRTH =(6, "birth")

The user's birthday.

◆ EMAIL

com.hyphenate.chat.EMUserInfo.EMUserInfoType.EMAIL =(2, "mail")

The email address of the user.

◆ EXT

com.hyphenate.chat.EMUserInfo.EMUserInfoType.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

com.hyphenate.chat.EMUserInfo.EMUserInfoType.GENDER =(4, "gender")

The user's gender.

◆ NICKNAME

com.hyphenate.chat.EMUserInfo.EMUserInfoType.NICKNAME =(0, "nickname")

The user's nickname.

◆ PHONE

com.hyphenate.chat.EMUserInfo.EMUserInfoType.PHONE =(3, "phone")

The phone number of the user.

◆ SIGN

com.hyphenate.chat.EMUserInfo.EMUserInfoType.SIGN =(5, "sign")

The user's signature.


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