BiometricAssets
public class BiometricAssets extends Object
↳ package com.onekosmos.blockid.sdk.license.Enrollments
Helper class to check and determine if the type of biometric assets are enabled for the tenant.
Field Summary
| Type | Name | Description |
|---|---|---|
| boolean | EnrollBiometric | Returns if tenant is enabled to register device's biometric. Default value is true. |
| boolean | EnrollLiveID | Returns if tenant is enabled to register Live ID. |
| boolean | EnrollPin | Returns if tenant is enabled to register Pin. |
| boolean | ScanLiveID | Returns if tenant is enabled to register Live ID. |