java.lang.Object
com.esri.arcgisruntime.portal.SubscriptionInfo
Contains information about the user's subscription. An object of this class is provided by
PortalInfo.getSubscriptionInfo()
.- Since:
- 100.9.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Signifies the state of the user's subscription. -
Method Summary
Modifier and TypeMethodDescriptionGets the expiry date of the user's subscription.Gets the current state of the user's subscription.
-
Method Details
-
getExpiryDate
Gets the expiry date of the user's subscription.- Returns:
- the expiry date of the user's subscription; always a GregorianCalendar using UTC time zone and English locale
- Since:
- 100.9.0
-
getSubscriptionState
Gets the current state of the user's subscription.- Returns:
- the current state of the user's subscription
- Since:
- 100.9.0
-