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-REQUIREDparameter. Your Activity Context.WidgetID- aREQUIREDparameter. You get this ID when you sign up on the Dojah platform, follow the next step to generate your WidgetId.Reference ID- anOPTIONALparameter that allows you to initialize the SDK for an ongoing verification.Email Address- anOPTIONALparameter 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 ππ