SubscriptionInfo Class

  • SubscriptionInfo
  • class Esri::ArcGISRuntime::SubscriptionInfo

    Information about the user's subscription. More...

    Header: #include <SubscriptionInfo.h>
    Since: Esri::ArcGISRuntime 100.9
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    SubscriptionInfo(QObject *parent = nullptr)
    QDateTime expiryDate() const
    void setExpiryDate(const QDateTime &date)
    void setState(const Esri::ArcGISRuntime::SubscriptionState &state)
    Esri::ArcGISRuntime::SubscriptionState state() const

    Detailed Description

    An object of this class is provided by PortalInfo::subscriptionInfo.

    See also PortalInfo.

    Member Function Documentation

    [explicit] SubscriptionInfo::SubscriptionInfo(QObject *parent = nullptr)

    Default constructor with an optional parent.

    QDateTime SubscriptionInfo::expiryDate() const

    Returns the expiry date of the user's subscription.

    See also setExpiryDate().

    void SubscriptionInfo::setExpiryDate(const QDateTime &date)

    Sets the expiry date of the user's subscription to date.

    See also expiryDate().

    void SubscriptionInfo::setState(const Esri::ArcGISRuntime::SubscriptionState &state)

    Sets the state of the user's subscription to state.

    See also state().

    Esri::ArcGISRuntime::SubscriptionState SubscriptionInfo::state() const

    Returns the current state of the user's subscription.

    See also setState().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close