HyphenateSDK  3.3.0
Instance Methods | Properties | List of all members
EMCmdMessageBody Class Reference

#import <EMCmdMessageBody.h>

Inheritance diagram for EMCmdMessageBody:
EMMessageBody

Instance Methods

(instancetype) - initWithAction:
 

Properties

NSString * action
 
NSArray * params
 
- Properties inherited from EMMessageBody
EMMessageBodyType type
 

Detailed Description

EMCmdMessageBody.h Command message body

Author
Hyphenate
Version
3.00

Command message body

Method Documentation

- (instancetype) initWithAction: (NSString *)  aAction

Construct command message body

Parameters
aActionAction content
Returns
Instance of command message body

Property Documentation

- (NSString*) action
readwritenonatomiccopy

Command content

- (NSArray*) params
readwritenonatomiccopy

Command parameters, only compatable with old sdk versions. For SDK version 3.0+, use EMMessage's ext property instead


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