Public 成员函数 | |
| String | event () |
| void | setEvent (String event) |
| Map< String, String > | getParams () |
| void | setParams (Map< String, String > params) |
自定义消息体。
| 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 | ) |
设置自定义消息的键值对。