|
| EMCustomMessageBody (String event) |
|
String | event () |
|
void | setEvent (String event) |
|
Map< String, String > | getParams () |
|
void | setParams (Map< String, String > params) |
|
int | describeContents () |
|
void | writeToParcel (Parcel dest, int flags) |
|
自定义消息体
EMCustomMessageBody body = new EMCustomMessageBody(event);
String com.hyphenate.chat.EMCustomMessageBody.event |
( |
| ) |
|
Map<String, String> com.hyphenate.chat.EMCustomMessageBody.getParams |
( |
| ) |
|
void com.hyphenate.chat.EMCustomMessageBody.setEvent |
( |
String |
event | ) |
|
void com.hyphenate.chat.EMCustomMessageBody.setParams |
( |
Map< String, String > |
params | ) |
|
初始值:= new Parcelable.Creator<EMCustomMessageBody>() {
public EMCustomMessageBody createFromParcel(Parcel in) {
return new EMCustomMessageBody(in);
}
public EMCustomMessageBody[] newArray(int size) {
return new EMCustomMessageBody[size];
}
}
该类的文档由以下文件生成:
- hyphenatechatsdk/src/com/hyphenate/chat/EMCustomMessageBody.java