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") | |
The user info type enumeration.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.AVATAR_URL =(1, "avatarurl") |
The avatar URL of the user.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.BIRTH =(6, "birth") |
The user's birthday.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.EMAIL =(2, "mail") |
The email address of the user.
| 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.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.GENDER =(4, "gender") |
The user's gender.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.NICKNAME =(0, "nickname") |
The user's nickname.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.PHONE =(3, "phone") |
The phone number of the user.
| com.hyphenate.chat.EMUserInfo.EMUserInfoType.SIGN =(5, "sign") |
The user's signature.