|
| 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) |
|
The custom message body.
EMCustomMessageBody body =
new EMCustomMessageBody(
event);
String event()
Definition: EMCustomMessageBody.java:46
◆ event()
String com.hyphenate.chat.EMCustomMessageBody.event |
( |
| ) |
|
Gets the event.
- Returns
- The event.
◆ getParams()
Map< String, String > com.hyphenate.chat.EMCustomMessageBody.getParams |
( |
| ) |
|
Gets the params map.
- Returns
- The Map list.
◆ setEvent()
void com.hyphenate.chat.EMCustomMessageBody.setEvent |
( |
String |
event | ) |
|
◆ setParams()
void com.hyphenate.chat.EMCustomMessageBody.setParams |
( |
Map< String, String > |
params | ) |
|
◆ CREATOR
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:
- com/hyphenate/chat/EMCustomMessageBody.java