LicenseResult QML Type

Runtime license result information. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.0
Inherits:

Object

Properties

Detailed Description

Note: You cannot declare or create a component of this type in QML code.

License result information is returned from the ArcGISRuntimeEnvironment functions which set a deployment license for the app. The LicenseResult contains license status information to inform the user whether the license or licenses provided are Valid, Invalid, Expired, or if a portal login is necessary (Enums.LicenseStatusLoginRequired).

The Runtime license status is obtained from the licenseStatus property. Extension license statuses are obtained from the extentionStatus property.

See also License.

Property Documentation

extensionsStatus : jsobject

A dictionary of extension license statuses that were supplied to the app (read-only).

The key for the dictionary is a string for the extension name. The value for the dictionary is an Enums.LicenseStatus value.

If no extension licenses were supplied, this method returns an empty dictionary.


licenseStatus : Enums.LicenseStatus

The license status from a call to ArcGISRuntimeEnvironment::setLicense (read-only).

See also Enums.LicenseStatus.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close