Package-level declarations

Types

Link copied to clipboard
public class ErrorDetails

ErrorDetails is a class that holds the title and message of the error

Link copied to clipboard
public enum FaceCaptureMode extends Enum<FaceCaptureMode>

FaceCaptureMode is an enum class that holds the different modes of face capture:

Link copied to clipboard
public final class FaceScanErrorDetails extends ErrorDetails

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.

Link copied to clipboard

LivenessTolerance is an enum class that holds the different levels of liveness tolerance:

Link copied to clipboard
public enum SdkMode extends Enum<SdkMode>

SdkMode is an enum class that holds the different modes of the SenseCrypt SDK:

Link copied to clipboard
public class UIHandledError

UIHandledError is a base class that holds the error details which are handled by the UI by showing an error dialog to the user

Link copied to clipboard
public final class UIHandledRecoverableError extends UIHandledError

UIHandledRecoverableError is a class that holds the error details which are recoverable by the user - i.e. the user can retry the action

Link copied to clipboard
public final class UIHandledUnrecoverableError extends UIHandledError

UIHandledUnrecoverableError is a class that holds the error details which are unrecoverable by the user - i.e. the user cannot retry the action