OviNotificationPayload Class Reference

#include <mw/cwrt/ovinotificationpayload.h>

class OviNotificationPayload : public QObject, public QObject

This object is the notification payload that is received from the service.

Inherits from

  • OviNotificationPayload
    Public Properties
    QByteArray data
    QString dataString
    QString encoding
    QString type
    Public Member Functions
    OviNotificationPayload()
    ~OviNotificationPayload()
    Inherited Attributes
    QObject::d_ptr
    QObject::objectName
    QObject::staticQtMetaObject
    Inherited Functions
    QObject::QObject(QObjectPrivate &,QObject *)
    QObject::blockSignals(bool)
    QObject::childEvent(QChildEvent *)
    QObject::children()const
    QObject::connect(const QObject *,const QMetaMethod &,const QObject *,const QMetaMethod &,Qt::ConnectionType)
    QObject::connect(const QObject *,const char *,const QObject *,const char *,Qt::ConnectionType)
    QObject::connect(const QObject *,const char *,const char *,Qt::ConnectionType)const
    QObject::connectNotify(const char *)
    QObject::customEvent(QEvent *)
    QObject::deleteLater
    QObject::destroyed
    QObject::disconnect(const QObject *,const QMetaMethod &,const QObject *,const QMetaMethod &)
    QObject::disconnect(const QObject *,const char *)
    QObject::disconnect(const QObject *,const char *,const QObject *,const char *)
    QObject::disconnect(const char *,const QObject *,const char *)
    QObject::disconnectNotify(const char *)
    QObject::dumpObjectInfo()
    QObject::dumpObjectTree()
    QObject::dynamicPropertyNames()const
    QObject::event(QEvent *)
    QObject::eventFilter(QObject *,QEvent *)
    QObject::findChild(const QString &)const
    QObject::findChildren(const QRegExp &)const
    QObject::findChildren(const QString &)const
    QObject::inherits(const char *)const
    QObject::installEventFilter(QObject *)
    QObject::isWidgetType()const
    QObject::killTimer(int)
    QObject::moveToThread(QThread *)
    QObject::objectName()const
    QObject::parent()const
    QObject::property(const char *)const
    QObject::receivers(const char *)const
    QObject::registerUserData()
    QObject::removeEventFilter(QObject *)
    QObject::sender()const
    QObject::senderSignalIndex()const
    QObject::setObjectName(const QString &)
    QObject::setParent(QObject *)
    QObject::setProperty(const char *,const QVariant &)
    QObject::setUserData(uint,QObjectUserData *)
    QObject::signalsBlocked()const
    QObject::startTimer(int)
    QObject::thread()const
    QObject::timerEvent(QTimerEvent *)
    QObject::userData(uint)const
    QObject::~QObject()

    Properties Documentation

    data

    QByteArray data

    Returns the payload data as a bytearray.

    dataString

    QString dataString

    Returns the payload data as a string.

    encoding

    QString encoding

    Returns the encoding type of the data. Default encoding is base64. If the service prefers to use some other coding the value will carry identifier for the encoding used. Empty value means no encoding used.

    type

    QString type

    Returns the content type of the data. It is recommended to use IANA registered content types.

    Constructor & Destructor Documentation

    OviNotificationPayload ( )

    OviNotificationPayload()

    ~OviNotificationPayload ( )

    ~OviNotificationPayload()