Segmentify SDK for sending events and rendering recommendations for android based devices
Supports Android 4.4(API Level: 24) and higher devices. *Current version : 2.2.8
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 --> <dependencyorg="com.segmentify.sdk"name="android"rev="*.*.*"/>Grape :
<!-- https://mvnrepository.com/artifact/com.segmentify.sdk/android --> <dependencyorg="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:*.*.*' 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.
Segmentify Android SDK is available under the BSD-2 license. Please check LICENSE file to learn more about details.
2.2.6 update changes user events in the background. This is a completely internal and will not effect sdk users. Also productId parameter has been removed from push interaction event.
Good Luck!