Information about the user's subscription. More...
|  Header |  #include <Subscription | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.9.
Public Functions
| Subscription | |
|  QDate | expiry | 
| void | set | 
| void | set | 
|  Esri | state() const | 
Detailed Description
An object of this class is provided by PortalInfo::subscriptionInfo.
See also PortalInfo.
Member Function Documentation
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().