Skip to content

Repository files navigation

Logo

MoEngage mParticle Android Kit

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

Repository Description

FolderDescription
exampleSample Application which integrates the MoEngage SDK and mParticle SDK
moengage-kitMoEngage mParticle Android Kit

SDK Installation

MavenBadge

mParticle Integration

Integrate mParticle Android SDK

MoEngage Integration

Integrate MoEngage Android SDK

MoEngage Kit Integration

  • Add the Required dependency in app level build.gradle
implementation("com.mparticle:android-kit-base:5.51.3")
implementation("com.moengage:mparticle-android-integration-moengage:$kitVersion")

with $kitVersion replaced by the latest version of the mParticle MoEngage Kit.

  • Initialize MoEngage SDK
val moEngageBuilder =MoEngage.Builder(this, "YOUR APP ID", [YOUR_DATA_CENTER])
MoEngage.configureForDefaultInstance(moEngageBuilder, IntegrationPartner.M_PARTICLE)
  • Initialize the mParticle with MoEngage Kit
val options =MParticleOptions.builder(this)
.credentials("YOU MPARTICLE API KEY", "YOUR MPARTICLE API SECRET")
.configuration(KitOptions().addKit(MOENGAGE_KIT_ID, MoEngageKit::class.java))
.build()
MParticle.start(options)

Refer MoEngage Developer Document to configure all MoEngage available features like Push Messaging, InApp, Cards.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages