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