Biometrid Android SDK
3.0.2
3.0.2
  • Introduction
  • Standard SDK
    • Initialization
    • Requirements
    • Enums
    • Installation
      • Gradle
    • Process Management
      • Create Process
      • Previous Step
      • Get Step State
    • Update Step Management
      • Update Step
    • Liveness Validation
    • Photo Capture
      • Configurations
    • Auto Capture
      • Configurations
    • NFC Passport Reader
      • Scan result
      • Configurations
    • Biometric Authentication
    • Device Location
    • Presence Detection
      • Configurations
  • Full SDK
    • Initialization
    • Requirements
    • Installation
      • Gradle
    • Start
    • Photo Capture
    • Liveness Validation
    • Callbacks
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Full SDK

Liveness Validation

This section describes the liveness detection process.

In order to improve the user experience and performance of the WebView, every time the user is required to perform a liveness validation process, the Full SDK will exit from the WebView and start a native FaceTec activity, with instructions to improve the user validation success rate. When the process is completed the result is automatically returned to the WebView, resuming the created process flow.

The layout text and colors of the liveness validation process can be setup through the backend.

PreviousPhoto CaptureNextCallbacks

Was this helpful?