opengamer29 / exponea-android-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  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 {
  compile 'com.exponea.sdk:sdk:2.3.2'
}

Download via Maven:

<dependency>
    <groupId>com.exponea.sdk</groupId>
    <artifactId>sdk</artifactId>
    <version>2.3.2</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:

🔗 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.

📄 License

ExponeaSDK is available under the Apache 2.0 license. See the LICENSE file for more info.

   Copyright 2018 Exponea

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

About


Languages

Language:Kotlin 99.7%Language:Java 0.3%