Skip to content

Swrve/swrve-mparticle-android-kit

 
 

Repository files navigation

Swrve Kit Integration

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

Adding the integration

  1. Add the Maven repository to your project-level build.gradle:

    repositories {
        maven { url = 'https://maven.google.com' }
    }
    
  2. Add the kit dependency to your app's build.gradle:

    dependencies {
        api 'com.swrve.mparticle:mparticle-android-integration-swrve:3.0.0'
    }
    
  3. Follow the mParticle Android SDK quick-start, then rebuild and launch your app, and verify that you see "Swrve detected" in the output of adb logcat.

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

Documentation

Swrve integration

License

Apache License 2.0

About

Example mParticle Kit Integration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%