|
hyphenate_SDK3.0
3.8.1
hyphenatejavaIMSDK
|
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 成员函数 继承自 com.hyphenate.chat.EMBase< EMAMessageBody > | |
| boolean | equals (Object o) |
| int | hashCode () |
静态 Public 属性 | |
| static final Parcelable.Creator< EMCustomMessageBody > | CREATOR |
额外继承的成员函数 | |
Protected 属性 继承自 com.hyphenate.chat.EMBase< EMAMessageBody > | |
| T | emaObject |
| String com.hyphenate.chat.EMCustomMessageBody.event | ( | ) |
获取event
| Map<String, String> com.hyphenate.chat.EMCustomMessageBody.getParams | ( | ) |
获取自定义消息的key,value
| void com.hyphenate.chat.EMCustomMessageBody.setEvent | ( | String | event | ) |
设置event
| void com.hyphenate.chat.EMCustomMessageBody.setParams | ( | Map< String, String > | params | ) |
设置自定义消息的key,value
|
static |
1.8.10