DigitalAssets
public class DigitalAssets extends Object
↳ package com.onekosmos.blockid.sdk.license.Enrollments
Helper class to check and determine if the type of digital document assets are enabled for the tenant.
Field Summary
Parameters | |
---|---|
boolean | EnrollHealthCard - Default value is false. Not supported as of now. |
boolean | EnrollIdentityDocument - Returns if any one of the identity document is enabled for tenant. |
boolean | EnrollImmunityCert - Default value is false. Not supported as of now. |
boolean | EnrollMiscDocument - Returns if any miscellaneous document is enabled for tenant. |
boolean | ScanDL - Returns if Drivers License document is enabled for tenant. |
boolean | ScanNationalID - Returns if National ID document is enabled for tenant. |
boolean | ScanPP - Returns if Passport document is enabled for tenant. |
boolean | SSNEnrollment - Returns if SSN (Social Security Number) is enabled for tenant. |