Segmentify Android SDK
Segmentify SDK for sending events and rendering recommendations for android based devices
Supports Android 4.4(API Level: 19) and higher devices. Current version : 2.1.5
Installation
You can install Segmentify Android SDK to your application by using Maven.
To use Maven, add the project gradle file:
buildscript {
repositories {
mavenCentral()
}
}
Please add following line to your gradle file:
Gradle :
implementation 'com.segmentify.sdk:android:*.*.*'
or If you are using another tool, you can add it as follows :
Maven:
<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android -->
<dependency>
<groupId>com.segmentify.sdk</groupId>
<artifactId>android</artifactId>
<version>***</version>
</dependency>
SBT :
// https://mvnrepository.com/artifact/com.segmentify.sdk/android
libraryDependencies += "com.segmentify.sdk" % "android" % "*.*.*"
Ivy :
<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android -->
<dependency org="com.segmentify.sdk" name="android" rev="*.*.*"/>
Grape :
<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android -->
<dependency org="com.segmentify.sdk" name="android" rev="*.*.*"/>
Leiningen :
;; https://mvnrepository.com/artifact/com.segmentify.sdk/android
[com.segmentify.sdk/android "*.*.*"]
Buildr :
# https://mvnrepository.com/artifact/com.segmentify.sdk/android
'com.segmentify.sdk:android:jar:*.*.*'
Usage
To learn more about how to integrate Segmentify Android SDK to your application, please check Integration Guide.
For other integrations you can check Master Integration guide too.
License
Segmentify Android SDK is available under the BSD-2 license. Please check LICENSE file to learn more about details.