Class ExtensionLicense

    • Method Detail

      • getExtensionName

        public String getExtensionName()
        The name of the extension license. This is typically the name embedded in the license key string for the extension.
        Returns:
        name of the extension
        Since:
        100.0.0
      • isPermanent

        public boolean isPermanent()
        Returns true if extension license is permanent; false otherwise. Most extension license keys do not expire. Typically, this returns true for a license string with 'none' for the expiration date field.
        Returns:
        true if extension license is permanent
        Since:
        100.0.0
      • getLicenseStatus

        public LicenseStatus getLicenseStatus()
        Returns the license status for the current license applied to the app. Usually this status returns Valid because the current License object always contains the most current valid license.
        Returns:
        the license status
        Since:
        100.0.0