Inherits Parcelable.
EMContact
is the object of contact.
◆ EMContact()
com.hyphenate.chat.EMContact.EMContact |
( |
String |
username | ) |
|
Creates the EMContact
object from username.
- Parameters
-
◆ getRemark()
String com.hyphenate.chat.EMContact.getRemark |
( |
| ) |
|
Gets the remark.
- Returns
- The remark.
◆ getUsername()
String com.hyphenate.chat.EMContact.getUsername |
( |
| ) |
|
Gets the username of the contact.
- Returns
- The username.
◆ setRemark()
void com.hyphenate.chat.EMContact.setRemark |
( |
String |
remark | ) |
|
Sets the remark.
- Parameters
-
◆ setUsername()
void com.hyphenate.chat.EMContact.setUsername |
( |
String |
username | ) |
|
◆ username
String com.hyphenate.chat.EMContact.username |
|
protected |
The username 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:
- com/hyphenate/chat/EMContact.java