Class LicenseInfo

Information about the SDK license.

Constructors

Properties

deviceDeregistationErrors: DeviceDeregistrationError[]

List of errors that occurred during device deregistration. If for some device deregistration completed successfully, it will not be listed here. For each device at most one entry will be present.

devices: null | number = null

Number of devices the license is valid for, if the license is floating.

errorMessage: string

Additional error message in case of a license error.

expirationDateString: string

Expiration date of the license or trial period in ISO 8601 date-time format.

expirationTimestamp: number

Expiration timestamp of the license or trial period in seconds since the UNIX epoch.

isValid: boolean

True if the license status corresponds to a valid license.

license: string

The currently active license. May be different from the license used to initialize the SDK if the online license check has completed and the server has sent an updated license.

licenseStatusMessage: string

Message describing the license status.

nextOnlineLicenseCheckInMs: number

Time in milliseconds until the next online license check will be performed. -1 if no online license check is scheduled.

onlineLicenseCheckInProgress: boolean

True if an online license check is in progress.

License status.