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
  • StepState
  • DocType
  • Language
  • ErrorMessage
  • TypeError

Was this helpful?

Export as PDF
  1. Standard SDK

Enums

All Enums list and description

StepState

StepState

Description

CurrentStep

Enum to get current step info

CompletedSteps

Enum to get completed steps info

DocType

DocType

Description

File

Enum used to reference file documents

IdCard

Enum used to reference identification card documents

Passport

Enum used to reference passport documents

DriversLicense

Enum used to reference drivers license documents

Other

Enum used to reference other documents

Language

Language

Description

English

English language enum

Portuguese

Portuguese language enum

Spanish

Spanish language enum

Italian

Italian language enum

French

French language enum

ErrorMessage

ErrorMessage

Description

INTERNAL_SERVER_ERROR

Internal server error message

NO_INTERNET

Network unavailable message

NOT_INITIALIZED

SDK not initialized message

TypeError

TypeError

Description

DEFAULT

Default error type

LIVENESS_ERROR

Liveness error type

NFC_ERROR

NFC error type

AUTO_CAPTURE_ERROR

Auto Capture SDK error type

INTERNAL_SERVER_ERROR

Internal Server Error type

PreviousRequirementsNextInstallation

Was this helpful?