Chat SDK for Android v1.2.1
agora java chat SDK
|
Public Member Functions | |
String | getNickName () |
String | getNickname () |
void | setNickName (String nickname) |
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 | getUserId () |
void | setUserId (String userId) |
String | getExt () |
void | setExt (String ext) |
The user attribute class that contains user attributes.
String io.agora.chat.UserInfo.getAvatarUrl | ( | ) |
Gets the user's avatar URL.
String io.agora.chat.UserInfo.getBirth | ( | ) |
Gets the user's birthday.
String io.agora.chat.UserInfo.getEmail | ( | ) |
Gets the user's email address.
String io.agora.chat.UserInfo.getExt | ( | ) |
Gets the user's extension information.
int io.agora.chat.UserInfo.getGender | ( | ) |
Gets the user's gender.
String io.agora.chat.UserInfo.getNickName | ( | ) |
Gets the user's nickname.
String io.agora.chat.UserInfo.getNickname | ( | ) |
Gets the user's nickname.
String io.agora.chat.UserInfo.getPhoneNumber | ( | ) |
Gets the user's phone number.
String io.agora.chat.UserInfo.getSignature | ( | ) |
Gets the user's signature.
String io.agora.chat.UserInfo.getUserId | ( | ) |
Gets the user ID.
void io.agora.chat.UserInfo.setAvatarUrl | ( | String | avatarUrl | ) |
Sets the user's avatar URL.
avatarUrl | The user's avatar URL. |
void io.agora.chat.UserInfo.setBirth | ( | String | birth | ) |
Sets the user's birthday.
birth | The user's birthday. |
void io.agora.chat.UserInfo.setEmail | ( | String | ) |
Sets the user's email address.
The user's email address. |
void io.agora.chat.UserInfo.setExt | ( | String | ext | ) |
Sets the user's extension information.
ext | The user's extension information. |
void io.agora.chat.UserInfo.setGender | ( | int | gender | ) |
Sets the user's gender.
gender | The user's gender. |
void io.agora.chat.UserInfo.setNickName | ( | String | nickname | ) |
Sets the user's nickname.
nickname | The user's nickname. |
void io.agora.chat.UserInfo.setNickname | ( | String | nickname | ) |
Sets the user's nickname.
nickname | The user's nickname. |
void io.agora.chat.UserInfo.setPhoneNumber | ( | String | phoneNumber | ) |
Sets the user's phone number.
phoneNumber | The user's phone number. |
void io.agora.chat.UserInfo.setSignature | ( | String | signature | ) |
Sets the user's signature.
signature | The user's signature. |
void io.agora.chat.UserInfo.setUserId | ( | String | userId | ) |
Sets the user ID.
userId | The user ID. |