Class LicenseResult

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​LicenseStatus> getExtensionsStatus()
      Returns a java.util.Map of extension license statuses that were supplied to the app.
      LicenseStatus getLicenseStatus()
      Returns the license status of the Runtime license supplied.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getLicenseStatus

        public LicenseStatus getLicenseStatus()
        Returns the license status of the Runtime license supplied.
        Returns:
        the status of the license
        Since:
        100.0.0
      • getExtensionsStatus

        public java.util.Map<java.lang.String,​LicenseStatus> getExtensionsStatus()
        Returns a java.util.Map of extension license statuses that were supplied to the app. If no extension licenses were supplied, this method returns an empty map.
        Returns:
        a unmodifiable map, the keys are extension names and the values are the corresponding LicenseStatus enums
        Since:
        100.0.0