/exponea-android-sdk

Primary LanguageKotlinMIT LicenseMIT

  Exponea

Specs

API License

Exponea Android SDK

This library allows you to interact from your application or game with the Exponea App.

Exponea empowers B2C marketers to raise conversion rates, improve acquisition ROI, and maximize customer lifetime value.

It has been written 100% in Kotlin with ❤️

📦 Installation

Download

Download via Gradle:

dependencies {
  implementation 'com.exponea.sdk:sdk:3.2.0'
}

Download via Maven:

<dependency>
    <groupId>com.exponea.sdk</groupId>
    <artifactId>sdk</artifactId>
    <version>3.2.0</version>
</dependency>

📱 Demo Application

Check out our sample project to try it yourself! 😉

💻 Usage

Getting Started

To implement the Exponea SDK you must configure the SDK first:

Then you can start using all supported features:

If facing any issues, look for Troubleshooting section in the respective document.

🔗 Useful links

📝 Release Notes

Release notes can be found here.

⚠️ Version Disclaimer

This SDK supports API 14+ and Android 4+. If you wish to interact with Exponea on lower API/Android versions please refer to the old SDK located here.