|
| 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) |
|
Custom message body
EMCustomMessageBody body = new EMCustomMessageBody(event);
String com.hyphenate.chat.EMCustomMessageBody.event |
( |
| ) |
|
Get the event
- Returns
- The event
Map<String, String> com.hyphenate.chat.EMCustomMessageBody.getParams |
( |
| ) |
|
Get the params map
- Returns
- Map
void com.hyphenate.chat.EMCustomMessageBody.setEvent |
( |
String |
event | ) |
|
void com.hyphenate.chat.EMCustomMessageBody.setParams |
( |
Map< String, String > |
params | ) |
|
Initial value:= new Parcelable.Creator<EMCustomMessageBody>() {
public EMCustomMessageBody createFromParcel(Parcel in) {
return new EMCustomMessageBody(in);
}
public EMCustomMessageBody[] newArray(int size) {
return new EMCustomMessageBody[size];
}
}
The documentation for this class was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/chat/EMCustomMessageBody.java