Inherits Parcelable.
Contact
is the object of contact.
◆ Contact()
io.agora.chat.Contact.Contact |
( |
String |
username | ) |
|
Creates the Contact
object for the user ID.
- Parameters
-
◆ getRemark()
String io.agora.chat.Contact.getRemark |
( |
| ) |
|
Gets the remarks of the contact.
- Returns
- The remarks of the contact.
◆ getUsername()
String io.agora.chat.Contact.getUsername |
( |
| ) |
|
Gets the user ID of the contact.
- Returns
- The user ID of the contact.
◆ setRemark()
void io.agora.chat.Contact.setRemark |
( |
String |
remark | ) |
|
Sets the remarks of the contact.
- Parameters
-
remark | The remarks of the contact. |
◆ setUsername()
void io.agora.chat.Contact.setUsername |
( |
String |
username | ) |
|
◆ username
String io.agora.chat.Contact.username |
|
protected |
The user ID assigned from the app. It identifies the user and should be unique in the app.
The documentation for this class was generated from the following file:
- io/agora/chat/Contact.java