Optimizely Integration

Optimizely Integration for Segment Android Analytics

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

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

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

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

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

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

Скачать optimizely

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.code.gson : gson jar 2.5
com.squareup.okhttp : okhttp jar 2.6.0

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

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

analytics-android-integration-optimizely

Maven Central Javadocs

Optimizely integration for analytics-android.

Installation

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

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

Usage

Since Optimizely needs to be initialized as early as possible during your application lifecycle, this integration is not initialized directly by Segment after fetching settings. Instead, we initialize Optimizely when you create the factory.

Analytics analytics = new Analytics.Builder(context, writeKey)
  .use(OptimizelyIntegration.factory(application, optimizelyToken))
  ...
  .build();

Note the different syntax used here - instead of using a global singleton instance, we use a method that creates the factory on demand.

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.0.1
1.0.0