Skip to main content

Getting Started

This is a comprehensive guide to integrating and utilizing the Metric SDK in your Android applications. This guide takes you through the entire process, from setting up the SDK and customizing its appearance to initiating user verification and handling verification outcomes.

Whether you're new to Android app development or an experienced developer, this documentation will empower you to seamlessly integrate identity verification capabilities into your app, enhancing user security and trust.

Prerequisites

  1. Android 7.0 (API 24) and above: This means that the Android app you will be building using this SDK requires a minimum Android version of 7.0 (also known as Nougat) or any higher version.
  2. Kotlin 1.7.0+: You need to use Kotlin version 1.7.0 or any higher version for writing your app's code.
  3. Jetpack Compose 1.2.1: You should use Jetpack Compose version 1.2.1 to build your app's user interface.