|
static final Parcelable.Creator< EMContact > | CREATOR |
|
EMContact 代表联系人 对象,这是个基类 。
◆ EMContact()
com.hyphenate.chat.EMContact.EMContact |
( |
String |
username | ) |
|
◆ getNickname()
String com.hyphenate.chat.EMContact.getNickname |
( |
| ) |
|
◆ getUsername()
String com.hyphenate.chat.EMContact.getUsername |
( |
| ) |
|
◆ setNickname()
void com.hyphenate.chat.EMContact.setNickname |
( |
String |
nick | ) |
|
◆ CREATOR
final Parcelable.Creator<EMContact> com.hyphenate.chat.EMContact.CREATOR |
|
static |
初始值:= new Parcelable.Creator<EMContact>() {
public EMContact createFromParcel(Parcel in) {
return new EMContact(in);
}
public EMContact[] newArray(int size) {
return new EMContact[size];
}
}
◆ username
String com.hyphenate.chat.EMContact.username |
|
protected |
该类的文档由以下文件生成:
- hyphenatechatsdk/src/com/hyphenate/chat/EMContact.java