IBM MobileFirst Platform - Client SDK Android Analytics Specification

This is the analytics specification for the IBM MobileFirst Platform Android SDK.

License

License

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

com.ibm.mobilefirstplatform.clientsdk.android
ArtifactId

ArtifactId

analyticsapi
Last Version

Last Version

1.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

IBM MobileFirst Platform - Client SDK Android Analytics Specification
This is the analytics specification for the IBM MobileFirst Platform Android SDK.
Project URL

Project URL

https://github.com/ibm-bluemix-mobile-services/mfp-clientsdk-android-analyticsspec
Source Code Management

Source Code Management

https://github.com/ibm-bluemix-mobile-services/mfp-clientsdk-android-analyticsspec

Download analyticsapi

How to add to project

<!-- https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.clientsdk.android/analyticsapi/ -->
<dependency>
    <groupId>com.ibm.mobilefirstplatform.clientsdk.android</groupId>
    <artifactId>analyticsapi</artifactId>
    <version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.clientsdk.android/analyticsapi/
implementation 'com.ibm.mobilefirstplatform.clientsdk.android:analyticsapi:1.2.1'
// https://jarcasting.com/artifacts/com.ibm.mobilefirstplatform.clientsdk.android/analyticsapi/
implementation ("com.ibm.mobilefirstplatform.clientsdk.android:analyticsapi:1.2.1")
'com.ibm.mobilefirstplatform.clientsdk.android:analyticsapi:jar:1.2.1'
<dependency org="com.ibm.mobilefirstplatform.clientsdk.android" name="analyticsapi" rev="1.2.1">
  <artifact name="analyticsapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.mobilefirstplatform.clientsdk.android', module='analyticsapi', version='1.2.1')
)
libraryDependencies += "com.ibm.mobilefirstplatform.clientsdk.android" % "analyticsapi" % "1.2.1"
[com.ibm.mobilefirstplatform.clientsdk.android/analyticsapi "1.2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Analytics API for Bluemix Mobile Services SDK

Build Status Build Status Codacy Badge Maven Central

Change log:

1.2.1

  • Added new function triggerFeedbackMode which enables in app feedback feature

1.2.0

  • Added new initializer for Analytics class that allows enabling collection of location data.

1.1.1

  • Added NETWORK to the DeviceEvent enum used in Analytics.initialize. When this is specified as one of the events to be recorded, it will record network transactions.

1.1.0

  • Added new initializer in order to avoid double counting anonymous users and named users as the same. Deprecated Analytics.clearUserIdentity(), will be removed in 2.x.

1.0.1

  • Android Nougat officially supported; updated target SDK version to Android 24.

1.0.0

  • Initial release.

Copyright 2016 IBM Corp.

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.

com.ibm.mobilefirstplatform.clientsdk.android

IBM Cloud Mobile Services

IBM Cloud (aka Bluemix) Mobile Services

Versions

Version
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0