hyphenate_SDK4.0 4.8.0
hyphenate java IM SDK
Public Member Functions | List of all members
com.hyphenate.chat.EMCustomMessageBody Class Reference
Inheritance diagram for com.hyphenate.chat.EMCustomMessageBody:
com.hyphenate.chat.EMMessageBody

Public Member Functions

String event ()
 
void setEvent (String event)
 
Map< String, String > getParams ()
 
void setParams (Map< String, String > params)
 
- Public Member Functions inherited from com.hyphenate.chat.EMMessageBody
long operationTime ()
 
String operatorId ()
 
int operationCount ()
 

Detailed Description

The custom message body.

EMCustomMessageBody body = new EMCustomMessageBody(event);
String event()
Definition: EMCustomMessageBody.java:46

Member Function Documentation

◆ event()

String com.hyphenate.chat.EMCustomMessageBody.event ( )

Gets the event.

Returns
The event.

◆ getParams()

Map< String, String > com.hyphenate.chat.EMCustomMessageBody.getParams ( )

Gets the params map.

Returns
The Map list.

◆ setEvent()

void com.hyphenate.chat.EMCustomMessageBody.setEvent ( String  event)

Sets the event.

◆ setParams()

void com.hyphenate.chat.EMCustomMessageBody.setParams ( Map< String, String >  params)

Sets the params map.


The documentation for this class was generated from the following file: