• IpsInfoMessage
  • class Esri::ArcGISRuntime::IpsInfoMessage

    An info message. More...

    Header: #include <IpsInfoMessage.h>
    Since: Esri::ArcGISRuntime 200.5
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~IpsInfoMessage() override
    QString message() const
    QDateTime timestamp() const

    Detailed Description

    Member Function Documentation

    [override virtual noexcept] IpsInfoMessage::~IpsInfoMessage()

    Destructor.

    QString IpsInfoMessage::message() const

    Returns the message's message string.

    QDateTime IpsInfoMessage::timestamp() const

    Returns the date and time that the message was created.