π±eNROLL Neo Android SDK
REQUIREMENTS
2. INSTALLATION
dependencies {
implementation("com.github.LuminSoft:eNROLL-Lite-Android:latest")
}dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
maven {
isAllowInsecureProtocol = true
}
maven {
url = uri("https://jitpack.io")
}
}
}3. IMPORT
4. USAGE
Step 1: Initialize the SDK and create a callback object:
Step 2: launch SDK:
5. VALUES DESCRIPTION
Keys.
Values
6. SECURITY NOTES
7. EnrollMode Options
8. EXIT STEP & FLOW RESUME
Exit Step Configuration
Resume Flow
9. CALLBACK MODELS
EnrollSuccessModel
Last updated