SDK Integration
Requirements
- Android 9 (API level 28)+
- PowerAuth Mobile SDK needs to be available in your project
- Enrollment Onboarding Server
Maven Central
The library is available in maven-central.
Add mavenCentral as a library source if not already added.
repositories {
mavenCentral()
}
Then add a dependency
// Replace VERSION_DEFINITION with the actual library version.
implementation("com.wultra.android.digitalonboarding:wultra-digital-onboarding:VERSION_DEFINITION")
Read next
Last updated on Aug 21, 2026 (09:36)
Edit on Github
Send Feedback