Public Member Functions | |
| String | event () |
| void | setEvent (String event) |
| Map< String, String > | getParams () |
| void | setParams (Map< String, String > params) |
The custom message body.
| String io.agora.chat.CustomMessageBody.event | ( | ) |
Gets the event.
| Map< String, String > io.agora.chat.CustomMessageBody.getParams | ( | ) |
Gets the params map.
| void io.agora.chat.CustomMessageBody.setEvent | ( | String | event | ) |
Sets the event.
| void io.agora.chat.CustomMessageBody.setParams | ( | Map< String, String > | params | ) |
Sets the params map.