Integration Methods
You can integrate the TransactBridge Android Drop-in SDK in two ways:Option 1: Direct AAR File
-
Download the AAR:
- Download dropin.aar file by clicking here
-
Add the AAR to your project:
- Place
dropin.aarin your app’slibs/directory. - In your
app/build.gradle:
- Place
-
Declare Required Dependencies:
- Sync your project with Gradle.
Option 2: Maven Central (Coming Soon)
Once available, simply add:Usage Example
For more details on using the SDK, see the v1.0 documentation.