License Info

Defined in framework ScanditCaptureCore

enum Expiration

Added in version 6.4.0

States representing different expiration types.

available

Added in version 6.4.0

An expiration date is available.

perpetual

Added in version 6.4.0

The license is perpetual and as such there is no expiration date.

notAvailable

Added in version 6.4.0

No information about the expiration date is available for this license type.

LicenseInfo
open class LicenseInfo : NSObject

Added in version 6.4.0

Contains information about the license for which a context was created.

expiration
open var expiration: Expiration { get }

Added in version 6.4.0

The license’s expiration. This information is not made available for all license types.

date
open var date: Date? { get }

Added in version 6.4.0

The expiration date of the license.

jsonString
open var jsonString: String { get }

Added in version 6.5.0

Returns the JSON representation of the license info.