Enrollments
public class Enrollments extends NSObject
Utility class that helps BlockID SDK determine what types of Biometric (Pin, Live ID, device's biometric) and Digital (Drivers License, Passport, etc.) assets are supported for the tenant. The Biometric and Digital assets registration determined by the license module.
Field Summary
Parameters | ||
---|---|---|
Enrollments | sharedInstance | Returns an instance of the Enrollments class. |
Method Summary
Parameters | ||
---|---|---|
BiometricAssets | getBiomentricAssets() | Returns an instance of BiometricAssets class. |
DigitalAssets | getDigitalAssets() | Returns an instance of DigitalAssets class. |
PersonalAssets | getPersonalAssets() | Return an instance of PersonalAssets class |
Bool | isBiometricAssetsEnabled() | Checks and returns if any Biometric Assets (Pin, Live ID, device's biometrics) are enabled. |
Bool | isDigitalAssetsEnabled() | Checks and returns if any Digital Assets (Drivers License, Passport, etc.) are enabled. |
Bool | isPersonalAssetsEnabled() | Checks and returns if any Personal Assets (email, phone) are enabled |
Method Detail
getBiomentricAssets
public func getBiomentricAssets() -> BiometricAssets
- Returns an instance of BiometricAssets class
getDigitalAssets
public func getDigitalAssets() -> DigitalAssets
- Returns an instance of DigitalAssets class
isBiometricAssetsEnabled
public func isBiometricAssetsEnabled() -> Bool
- Checks and returns if any Biometric Assets (Pin, Live ID, device's biometrics) are enabled
isDigitalAssetsEnabled
public func isDigitalAssetsEnabled() -> Bool
- Checks and returns if any Digital Assets (Drivers License, Passport, etc.) are enabled
isPersonalAssetsEnabled
public func isPersonalAssetsEnabled() -> Bool
- Checks and returns if any Personal Assets (email, phone) are enabled