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

Introduction

This library was created in order to make the implementation of Biometrid's technology quickly and straightforward on most applications.

Alongside the SDK, a sample app and credentials will be provided. This will demonstrate how the library features are supposed to be implemented.

This documentation is divided into six sections and will guide you through the implementation of Biometrid standard SDK.

The remaining sections detail each part of the framework.

The framework is developed in Java and Kotlin.

NextInitialization

Was this helpful?