Crittercism Integration

Crittercism Integration for Segment Android Analytics

Лицензия

Лицензия

Группа

Группа

com.segment.analytics.android.integrations
Идентификатор

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

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

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Crittercism Integration
Crittercism Integration for Segment Android Analytics
Ссылка на сайт

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

http://github.com/segment-integrations/analytics-android-integration-crittercism
Система контроля версий

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

http://github.com/segment-integrations/analytics-android-integration-crittercism

Скачать crittercism

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

<!-- https://jarcasting.com/artifacts/com.segment.analytics.android.integrations/crittercism/ -->
<dependency>
    <groupId>com.segment.analytics.android.integrations</groupId>
    <artifactId>crittercism</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.segment.analytics.android.integrations/crittercism/
implementation 'com.segment.analytics.android.integrations:crittercism:1.1.0'
// https://jarcasting.com/artifacts/com.segment.analytics.android.integrations/crittercism/
implementation ("com.segment.analytics.android.integrations:crittercism:1.1.0")
'com.segment.analytics.android.integrations:crittercism:jar:1.1.0'
<dependency org="com.segment.analytics.android.integrations" name="crittercism" rev="1.1.0">
  <artifact name="crittercism" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.segment.analytics.android.integrations', module='crittercism', version='1.1.0')
)
libraryDependencies += "com.segment.analytics.android.integrations" % "crittercism" % "1.1.0"
[com.segment.analytics.android.integrations/crittercism "1.1.0"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
com.crittercism : crittercism-android-agent jar 5.8.7

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

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

analytics-android-integration-crittercism

Maven Central Javadocs

Crittercism integration for analytics-android.

Installation

To install the Segment-Crittercism integration, simply add this line to your gradle file:

compile 'com.segment.analytics.android.integrations:crittercism:+'

Usage

After adding the dependency, you must register the integration with our SDK. To do this, import the Crittercism integration:

import com.segment.analytics.android.integrations.crittercism.CrittercismIntegration;

And add the following line:

analytics = new Analytics.Builder(this, "write_key")
                .use(CrittercismIntegration.FACTORY)
                .build();

Please see our documentation for more information.

License

WWWWWW||WWWWWW
 W W W||W W W
      ||
    ( OO )__________
     /  |           \
    /o o|    MIT     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|

The MIT License (MIT)

Copyright (c) 2014 Segment, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
com.segment.analytics.android.integrations

Segment Integrations

Integrations for Segment

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

Версия
1.1.0
1.0.0