Skip to content

rakutentech/android-inappmessaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

980ef6a · Sep 28, 2022
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Central Build status Quality Gate Status

In-App Messaging SDK for Android

Provides in-app messaging for Android applications. See the User Guide for instructions on implementing in an android application.

How to build

This repository uses submodules for some configuration, so they must be initialized first.

$ git submodule init
$ git submodule update
$ ./gradlew assemble

How to test the Sample app

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/

How to use it

Currently we do not host any public APIs but you can create your own APIs and configure the SDK to use those.

Contributing

See Contribution guidelines