OviNotificationMessage Class Reference

#include <mw/cwrt/ovinotificationmessage.h>

class OviNotificationMessage : public QObject, public QObject

This object is received from application or a service. OviNotificationMessage is received in OviNotificationSession::received() signal.

Inherits from

  • OviNotificationMessage
    Public Properties
    QString from
    QUrl iconUrl
    QString id
    QObject payload
    QString senderInformation
    QString subtitle
    QString timestamp
    QString title
    QString type
    Public Member Functions
    OviNotificationMessage()
    ~OviNotificationMessage()
    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

    from

    QString from

    the sender's jid

    iconUrl

    QUrl iconUrl

    Returns icon url received from notification.

    id

    QString id

    Returns id of the notification.

    payload

    QObject payload

    Returns OviNotificationPayload object.

    senderInformation

    QString senderInformation

    sender application's id.

    subtitle

    QString subtitle

    timestamp

    QString timestamp

    Returns message publication time in following format:"2009-10-05T13:20:19Z".

    title

    QString title

    Returns title received from notification.

    type

    QString type

    Returns category type received from notification.

    Constructor & Destructor Documentation

    OviNotificationMessage ( )

    OviNotificationMessage()

    ~OviNotificationMessage ( )

    ~OviNotificationMessage()