Android
1. Install the Gradle Plugin
android {
// 1. Ensure you have hat least minSdkVersion 23
compileSdkVersion 32
defaultConfig {
applicationId "com.preventor.example"
minSdkVersion 23
targetSdkVersion 32
versionCode 1
versionName "1.0.0"
}
}
dependencies {
...
// 2. Add line here
implementation 'com.preventor:preventor_sdk:2.0.10-alpha'
}2. Initialize the SDK
3. Prefilling configs
Prefill Flowtype
Prefill Credentials
Value
Description
Prefill Cif Code
Prefill Title App Bar
4. Start the Verification
Add Button in your XML
Start Verification
5. Handling Verifications
Method
Description
Result
Value
Status
Description
6. Example project
Last updated