Go to the source code of this file.
◆ AGSLicenseLevel
Available license levels.
- Since
- 100.0
Enumerator |
---|
AGSLicenseLevelDeveloper | No license set. Application will run in developer mode. Full functionality but with a watermarked view. Not suitable for production deployment.
|
AGSLicenseLevelLite | Lite license set. No watermark. Functionality available at the lowest level.
|
AGSLicenseLevelBasic | Basic license set. No watermark. Functionality available at the basic level.
|
AGSLicenseLevelStandard | Standard license set. No watermark. Functionality available at the standard level.
|
AGSLicenseLevelAdvanced | Advanced license set. No watermark. Functionality available at the advanced level.
|
◆ AGSLicenseType
The type of license being used by the application.
- Since
- 100.0
Enumerator |
---|
AGSLicenseTypeDeveloper | A license has not been set and application is running in developer mode. Not suitable for production deployment.
|
AGSLicenseTypeNamedUser | Using a subscription license from a named user account.
|
AGSLicenseTypeLicenseKey | Licensed from a license string.
|