Gimbal Android V3 Logging Library

The Gimbal Android V3 Logging Library provides APIs for building software against Gimbal's products.

Лицензия

Лицензия

Категории

Категории

SLF4J Библиотеки уровня приложения Logging
Группа

Группа

com.gimbal.android.v3
Идентификатор

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

gimbal-slf4j-impl
Последняя версия

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

3.2.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

Gimbal Android V3 Logging Library
The Gimbal Android V3 Logging Library provides APIs for building software against Gimbal's products.
Ссылка на сайт

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

https://docs.gimbal.com/android/v3/devguide.html
Система контроля версий

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

https://github.com/gimbalinc/hello-gimbal-android

Скачать gimbal-slf4j-impl

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

<!-- https://jarcasting.com/artifacts/com.gimbal.android.v3/gimbal-slf4j-impl/ -->
<dependency>
    <groupId>com.gimbal.android.v3</groupId>
    <artifactId>gimbal-slf4j-impl</artifactId>
    <version>3.2.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gimbal.android.v3/gimbal-slf4j-impl/
implementation 'com.gimbal.android.v3:gimbal-slf4j-impl:3.2.3'
// https://jarcasting.com/artifacts/com.gimbal.android.v3/gimbal-slf4j-impl/
implementation ("com.gimbal.android.v3:gimbal-slf4j-impl:3.2.3")
'com.gimbal.android.v3:gimbal-slf4j-impl:aar:3.2.3'
<dependency org="com.gimbal.android.v3" name="gimbal-slf4j-impl" rev="3.2.3">
  <artifact name="gimbal-slf4j-impl" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gimbal.android.v3', module='gimbal-slf4j-impl', version='3.2.3')
)
libraryDependencies += "com.gimbal.android.v3" % "gimbal-slf4j-impl" % "3.2.3"
[com.gimbal.android.v3/gimbal-slf4j-impl "3.2.3"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.13

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

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

Gimbal Android Basic Sample

Minimal Gimbal Integration Example on Android. After setting up your application, place(s) and communication(s) on Gimbal Manager the code below will yield Place Events and Local Notifications.

Before you create your Android application

Using the Gimbal Manager: https://manager.gimbal.com/

  • create your Gimbal account
  • create an Application using package name com.gimbal.hello_gimbal_android (generates you API KEY)
  • create at least one Place (using a Beacon or Geofence)
  • create at least one Communicate (used for the local notification)

In the sample Android application

  • to run this sample in Android Studio choose the 'Import Project' option
  • fill your API KEY into the MainActivity

Full Gimbal Docs http://docs.gimbal.com/

Marshmallow Permissions

If you are running this application on Marshmallow or higher you will need to add code for asking permissions. If you need to know how to do this , please refer to our github project [https://github.com/gimbalinc/marshmallow-permission-example] (https://github.com/gimbalinc/marshmallow-permission-example)

com.gimbal.android.v3

Gimbal, Inc.

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

Версия
3.2.3
3.2.2
3.2.1
3.2
3.1.3
3.1.2
3.1.1
3.0