Classes | |
| enum | EMUserInfoType |
Public Member Functions | |
| EMUserInfo () | |
| EMUserInfo (EMAUserInfo userInfo) | |
| String | getUserId () |
| void | setUserId (String userId) |
| String | getNickname () |
| void | setNickname (String nickname) |
| String | getAvatarUrl () |
| void | setAvatarUrl (String avatarUrl) |
| String | getEmail () |
| void | setEmail (String email) |
| String | getPhoneNumber () |
| void | setPhoneNumber (String phoneNumber) |
| int | getGender () |
| void | setGender (int gender) |
| String | getSignature () |
| void | setSignature (String signature) |
| String | getBirth () |
| void | setBirth (String birth) |
| String | getExt () |
| void | setExt (String ext) |
| String | toString () |
The user attribute class that contains user attributes.
| com.hyphenate.chat.EMUserInfo.EMUserInfo | ( | ) |
Constructor.
| com.hyphenate.chat.EMUserInfo.EMUserInfo | ( | EMAUserInfo | userInfo | ) |
Constructs an EMUserInfo instance with the underlying adapter object.
| userInfo | The underlying adapter object. |
| String com.hyphenate.chat.EMUserInfo.getAvatarUrl | ( | ) |
Gets the user's avatar URL.
| String com.hyphenate.chat.EMUserInfo.getBirth | ( | ) |
Gets the user's birthday.
| String com.hyphenate.chat.EMUserInfo.getEmail | ( | ) |
Gets the user's email address.
| String com.hyphenate.chat.EMUserInfo.getExt | ( | ) |
Gets the user's extension information.
| int com.hyphenate.chat.EMUserInfo.getGender | ( | ) |
Gets the user's gender.
| String com.hyphenate.chat.EMUserInfo.getNickname | ( | ) |
Gets the user's nickname.
| String com.hyphenate.chat.EMUserInfo.getPhoneNumber | ( | ) |
Gets the user's phone number.
| String com.hyphenate.chat.EMUserInfo.getSignature | ( | ) |
Gets the user's signature.
| String com.hyphenate.chat.EMUserInfo.getUserId | ( | ) |
Gets the user ID.
| void com.hyphenate.chat.EMUserInfo.setAvatarUrl | ( | String | avatarUrl | ) |
Sets the user's avatar URL.
| avatarUrl | The user's avatar URL. |
| void com.hyphenate.chat.EMUserInfo.setBirth | ( | String | birth | ) |
Sets the user's birthday.
| birth | The user's birthday. |
| void com.hyphenate.chat.EMUserInfo.setEmail | ( | String | ) |
Sets the user's email address.
| The user's email address. |
| void com.hyphenate.chat.EMUserInfo.setExt | ( | String | ext | ) |
Sets the user's extension information.
| ext | The user's extension information. |
| void com.hyphenate.chat.EMUserInfo.setGender | ( | int | gender | ) |
Sets the user's gender.
| gender | The user's gender. The value can only be 0, 1, or 2. 0: default; 1: male; 2: female. Other values are invalid. |
| void com.hyphenate.chat.EMUserInfo.setNickname | ( | String | nickname | ) |
Sets the user's nickname.
| nickname | The user's nickname. |
| void com.hyphenate.chat.EMUserInfo.setPhoneNumber | ( | String | phoneNumber | ) |
Sets the user's phone number.
| phoneNumber | The user's phone number. |
| void com.hyphenate.chat.EMUserInfo.setSignature | ( | String | signature | ) |
Sets the user's signature.
| signature | The user's signature. |
| void com.hyphenate.chat.EMUserInfo.setUserId | ( | String | userId | ) |
Sets the user ID.
| userId | The user ID. |
| String com.hyphenate.chat.EMUserInfo.toString | ( | ) |
Returns a string representation of this user info object.