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​
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.Kotlin 1.9.22+
: You need to use Kotlin version 1.9.22 or any higher version for writing your app's code.Jetpack Compose 1.2.1
: You should use Jetpack Compose version 1.2.1 to build your app's user interface.Android Gradle Plugin (AGP) 8.2.2+
: Ensure that your project is using Android Gradle Plugin (AGP) version 8.2.2 or above to support the latest build features and improvements.