Skip to main content
This guide walks you through integrating the TransactBridge Drop-in SDK into your Android app.

Integration Methods

You can integrate the TransactBridge Android Drop-in SDK in two ways:

Option 1: Direct AAR File

  1. Download the AAR:
    • Download dropin.aar file by clicking here
  2. Add the AAR to your project:
    • Place dropin.aar in your app’s libs/ directory.
    • In your app/build.gradle:
  3. 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.