Skip to main content

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
EnrollmentssharedInstanceReturns an instance of the Enrollments class.

Method Summary

Parameters
BiometricAssetsgetBiomentricAssets()Returns an instance of BiometricAssets class.
DigitalAssetsgetDigitalAssets()Returns an instance of DigitalAssets class.
PersonalAssetsgetPersonalAssets()Return an instance of PersonalAssets class
BoolisBiometricAssetsEnabled()Checks and returns if any Biometric Assets (Pin, Live ID, device's biometrics) are enabled.
BoolisDigitalAssetsEnabled()Checks and returns if any Digital Assets (Drivers License, Passport, etc.) are enabled.
BoolisPersonalAssetsEnabled()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