Provides in-app messaging for Android applications. See the User Guide for instructions on implementing in an android application.
This repository uses submodules for some configuration, so they must be initialized first.
$ git submodule init
$ git submodule update
$ ./gradlew assemble
You must first define your API config url and subscription key as either environment variables or as gradle properties (such as in your global ~/.gradle/gradle.properties
file).
IAM_SUBSCRIPTION_KEY=your_subscription_key
CONFIG_URL=https://www.example.com/
Currently we do not host any public APIs but you can create your own APIs and configure the SDK to use those.