License Info

Defined in package com.scandit.datacapture.core.license

LicenseInfo
class LicenseInfo

Added in version 6.4.0

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

expiration
@NonNull Expiration getExpiration()

Added in version 6.4.0

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

toJson()
@NonNull String toJson()

Added in version 6.5.0

Returns the JSON representation of the license info.

Expiration
abstract class Expiration

Added in version 6.4.0