Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 868 Bytes

File metadata and controls

24 lines (16 loc) · 868 Bytes

Adobe Kit Integration

This repository contains the Adobe integration for the mParticle Android SDK.

Adding the integration

  1. Add the kit dependency to your app's build.gradle:

    dependencies {
        implementation 'com.mparticle:android-adobe-kit:5+'
    }
  2. Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see "Adobe detected" in the output of adb logcat.

  3. Reference mParticle's integration docs below to enable the integration.

  4. Reference Adobe's integration doc below for more features.

Documentation

Adobe integration

License

Apache License 2.0