Legacy Android SDK
CtrlK
2.2.2
2.2.2
  • Introduction
  • Requirements
  • Downloading
  • Setup
  • Initialization
    • Network Security Settings
  • User Management
    • Create User
    • User status
    • Delete engine enrol
    • Delete User
  • Face Engine
    • Liveness Detection
      • Liveness Customisation
    • Face Verification
    • Camera Helper
  • Voice Engine
    • Initialization
    • Audio Recording
    • Recording Submission
  • Document Engine
    • Validate document
    • Validate entity template
    • Validate entity
  • Enums
Powered by GitBook
On this page

Setup

Depending on the action, the developer will need to implement at least one of four of the following interfaces from the SDK, on an activity/fragment after the initialization:

  • AuthInitializationCallback

  • AuthUserCallback

  • AuthVoiceCallback

  • AuthFaceCallback

  • AuthDocsCallback

PreviousDownloadingNextInitialization

Last updated 4 years ago