Biometrid Android SDK
3.0.0
3.0.0
  • 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

Start

This section contains the necessary methods to start a process in BiometridFull.

The general idea behind BiometridFull is to implement Biometrid with UI. After initialize the SDK, it is possible to use the method below to start the WebView UI screens that implement the app id used during initialization.

BiometridFull.INSTANCE.start(processId, interfaceCallback)

Use the InterfaceCallback to observe if the SDK was started correctly (see more about in callbacks section).

PreviousGradleNextPhoto Capture

Was this helpful?