IBM MobileFirst Platform - Client SDK Android Analytics Specification

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

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем ORM Данные
Группа

Группа

com.ibm.mobilefirstplatform.clientsdk.android
Идентификатор

Идентификатор

analyticsapi
Последняя версия

Последняя версия

1.2.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

IBM MobileFirst Platform - Client SDK Android Analytics Specification
This is the analytics specification for the IBM MobileFirst Platform Android SDK.
Ссылка на сайт

Ссылка на сайт

https://github.com/ibm-bluemix-mobile-services/mfp-clientsdk-android-analyticsspec
Система контроля версий

Система контроля версий

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

Скачать analyticsapi

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.2.1
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0