Skip to main content
Launch Dojah’s verification flow in an Android app with the Dojah Android SDK (distributed via JitPack). Minimum SDK 21.
Mobile SDKs launch by WidgetID (from EasyOnboard). See Choosing an SDK.

Install

Add JitPack to your repositories and the dependency to your module build.gradle, then set android.enableJetifier=true in gradle.properties:
build.gradle

Initialize

MainActivity.kt
DojahSdk lives in com.dojah_inc.dojah_android_sdk, and context is your activity context.

Resources