hyphenate_SDK3.0 3.9.9.2
hyphenate java IM SDK
|
Public 成员函数 | |
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) |
静态 Public 属性 | |
static final Parcelable.Creator< EMCustomMessageBody > | CREATOR |
自定义消息体。
String com.hyphenate.chat.EMCustomMessageBody.event | ( | ) |
获取 event 事件内容。
Map< String, String > com.hyphenate.chat.EMCustomMessageBody.getParams | ( | ) |
获取自定义消息的键值对。
void com.hyphenate.chat.EMCustomMessageBody.setEvent | ( | String | event | ) |
设置 event 事件内容。
void com.hyphenate.chat.EMCustomMessageBody.setParams | ( | Map< String, String > | params | ) |
设置自定义消息的键值对。
|
static |