Easemob Windows SDK
|
Public Member Functions | |
EMTextMessageBody (const std::string &="") | |
Text message body constructor. More... | |
virtual | ~EMTextMessageBody () |
Class destructor. More... | |
const std::string & | text () const |
Get the text. More... | |
![]() | |
EMMessageBody (EMMessageBodyType=TEXT) | |
Message body constructor. More... | |
virtual | ~EMMessageBody () |
Class destructor. More... | |
EMMessageBodyType | type () const |
Get message body type. More... | |
![]() | |
template<typename T > | |
T * | cast () |
Friends | |
class | EMTextMessageBodyPrivate |
Additional Inherited Members | |
![]() | |
enum | EMMessageBodyType { TEXT, IMAGE, VIDEO, LOCATION, VOICE, FILE, COMMAND } |
![]() | |
EMMessageBodyPrivate * | mBodyPrivate |
EMMessageBodyType | mType |
easemob::EMTextMessageBody::EMTextMessageBody | ( | const std::string & | = "" | ) |
Text message body constructor.
The | text. |
|
virtual |
Class destructor.
NA |
const std::string& easemob::EMTextMessageBody::text | ( | ) | const |
Get the text.
NA |