MessagingBus::Message Class Reference
#include
<mw/messagingbus/message.h>
class MessagingBus::Message : public MessagingBus::RequestId |
Channel Event notification is received from a subscribed channel. Message inherits MbMessage and is received from received() signal of MbSession.
Constructor & Destructor Documentation
Message ( )
Message ( const Message & )
~Message ( )
Member Function Documentation
fromAddress ( )
iconUrl ( )
isAudioNotification ( )
bool | isAudioNotification | ( | ) | const |
isReceiptRequested ( )
bool | isReceiptRequested | ( | ) | const |
isSendReceiptSet ( )
bool | isSendReceiptSet | ( | ) | const [protected] |
isWakeUp ( )
maximumDelay ( )
operator= ( const Message & )
payload ( )
payloadEncoding ( )
QString
| payloadEncoding | ( | ) | const |
payloadType ( )
QString
| payloadType | ( | ) | const |
rawPayload ( )
QByteArray
| rawPayload | ( | ) | const |
sendReceipt ( )
setAudioNotification ( bool )
void | setAudioNotification | ( | bool | audio | ) | |
setFromAddress ( const Address & )
void | setFromAddress | ( | const Address & | address | ) | [protected] |
setIconUrl ( const QUrl & )
bool | setIconUrl | ( | const QUrl & | iconUrl | ) | |
setMaximumDelay ( int )
bool | setMaximumDelay | ( | int | seconds | ) | |
setPayload ( const QString & )
bool | setPayload | ( | const QString & | message | ) | |
setPayloadEncoding ( const QString & )
bool | setPayloadEncoding | ( | const QString & | encoding | ) | |
setPayloadType ( const QString & )
bool | setPayloadType | ( | const QString & | type | ) | |
setRequestReceipt ( bool )
void | setRequestReceipt | ( | bool | receipt | ) | |
setSubTitle ( const QString & )
bool | setSubTitle | ( | const QString & | subTitle | ) | |
setTimestamp ( QDateTime )
void | setTimestamp | ( | QDateTime | timestamp | ) | [protected] |
setTitle ( const QString & )
bool | setTitle | ( | const QString & | title | ) | |
setType ( const QString & )
bool | setType | ( | const QString & | type | ) | |
setWakeUp ( bool )
void | setWakeUp | ( | bool | wakeUp | ) | |
subtitle ( )
timestamp ( )
QDateTime
| timestamp | ( | ) | const |