License Info#
Defined in framework ScanditCaptureCore
-
SDCExpiration
# Added in version 6.4.0
States representing different expiration types.
-
SDCExpirationAvailable
# Added in version 6.4.0
An expiration date is available.
-
SDCExpirationPerpetual
# Added in version 6.4.0
The license is perpetual and as such there is no expiration date.
-
SDCExpirationNotAvailable
# Added in version 6.4.0
No information about the expiration date is available for this license type.
-
-
SDCLicenseInfo
# @interface SDCLicenseInfo
: NSObjectAdded in version 6.4.0
Contains information about the license for which a context was created.
-
expiration
# @property (nonatomic, readonly) SDCExpiration expiration
Added in version 6.4.0
The license’s expiration. This information is not made available for all license types.
-