Class SubscriptionInfo

java.lang.Object
com.esri.arcgisruntime.portal.SubscriptionInfo

public final class SubscriptionInfo extends Object
Contains information about the user's subscription. An object of this class is provided by PortalInfo.getSubscriptionInfo().
Since:
100.9.0
  • Method Details

    • getExpiryDate

      public Calendar 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

      public SubscriptionInfo.State getSubscriptionState()
      Gets the current state of the user's subscription.
      Returns:
      the current state of the user's subscription
      Since:
      100.9.0