Package : com.dojah_inc.dojah_android_sdk Example Application: https://github.com/dojah-inc/sdk-kotlinπ Get Started with Kotlin SDK - Dojah KYC Widget
Requirements
- Minimum Android SDK version - 21
- Supported targetSdkVersion - 35
Installation 
Set maven path in your root/build.gradle file:
Usage
To start KYC, import Dojah in your code, and launch Dojah ScreenSDK Parameters
context
-REQUIRED
parameter. Your Activity Context.WidgetID
- aREQUIRED
parameter. You get this ID when you sign up on the Dojah platform, follow the next step to generate your WidgetId.Reference ID
- anOPTIONAL
parameter that allows you to initialize the SDK for an ongoing verification.Email Address
- anOPTIONAL
parameter that allows you to initialize the SDK for an ongoing verification.
How to Get a Widget ID
To use the SDK, you need a WidgetID, which is a required parameter for initializing the SDK. You can obtain this by creating a flow on the Dojah platform. Follow these steps to configure and get your Widget ID:Contributing
- KYC WIDGET Repository
- Fork it!
- Create your feature branch:
git checkout -b feature/feature-name
- Commit your changes:
git commit -am 'Some commit message'
- Push to the branch:
git push origin feature/feature-name
- Submit a pull request ππ