hyphenate_SDK3.0
3.0.1
hyphenatejavaIMSDK
|
Public Member Functions | |
EMCmdMessageBody (String action) | |
String | action () |
String | toString () |
int | describeContents () |
void | writeToParcel (Parcel dest, int flags) |
Static Public Attributes | |
static final Parcelable.Creator< EMCmdMessageBody > | CREATOR |
Additional Inherited Members |
create a command message
EMCmdMessageBody body = new EMCmdMessageBody("delete", null);
com.hyphenate.chat.EMCmdMessageBody.EMCmdMessageBody | ( | String | action | ) |
construction of EMCmdMessageBody
action | command |
String com.hyphenate.chat.EMCmdMessageBody.action | ( | ) |
get the action
|
static |