Package-level declarations
Types
ErrorDetails is a class that holds the title and message of the error
FaceCaptureMode is an enum class that holds the different modes of face capture:
FaceScanErrorDetails is a class that holds the title and message of an error that can occur during a face scan and subsequent SensePrint generation / verification.
LivenessTolerance is an enum class that holds the different levels of liveness tolerance:
UIHandledError is a base class that holds the error details which are handled by the UI by showing an error dialog to the user
UIHandledRecoverableError is a class that holds the error details which are recoverable by the user - i.e. the user can retry the action
UIHandledUnrecoverableError is a class that holds the error details which are unrecoverable by the user - i.e. the user cannot retry the action