Skip to main content

LicenseUnlockResult

@microblink/blinkid


@microblink/blinkid / LicenseUnlockResult

Type Alias: LicenseUnlockResult

LicenseUnlockResult = Readonly<{ allowBaltazarProxy: boolean; allowPingProxy: boolean; applicationIds: string[]; hasPing: boolean; isTrial: boolean; licensee: string; licenseError: string; licenseId: string; packageName: string; sdkName: string; sdkVersion: string; showDemoOverlay: boolean; showProductionOverlay: boolean; unlockResult: LicenseTokenState; }>

The license unlock result.