'Push Notifications Android'

Eventflit Push Notifications for Android

Лицензия

Лицензия

MIT
Группа

Группа

com.eventflit
Идентификатор

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

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

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

0.1.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

'Push Notifications Android'
Eventflit Push Notifications for Android
Ссылка на сайт

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

https://github.com/eventflit/push-notifications-android
Система контроля версий

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

https://github.com/eventflit/push-notifications-android

Скачать pushnotifications

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.firebase » firebase-jobdispatcher jar 0.8.5
com.squareup.retrofit2 : converter-gson jar 2.3.0
com.squareup.retrofit2 : retrofit jar 2.3.0
org.jetbrains.kotlin : kotlin-stdlib-jre7 jar 1.2.30

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

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

Eventflit Push Notifications Android

Build Status Twitter

This is the Android SDK for the Push Notifications service.

The SDK is written in Kotlin, but aimed to be as Java-friendly as possible

Installation

Update your project level gradle config

Add the Google Services classpath to the dependencies section of your project-level build.gradle:

buildscript {
    ...

    dependencies {
        // Add this line
        classpath 'com.google.gms:google-services:3.1.0'
    }
}

Update your app level gradle config

dependencies {
    ...

    // Add these lines
    implementation 'com.google.firebase:firebase-messaging:11.8.0'
    implementation 'com.eventflit:push-notifications-android:0.1.0'
}

// Add this line to the end of the file
apply plugin: 'com.google.gms.google-services'

Documentation

You can find our up-to-date documentation in here.

Communication

  • Found a bug? Please open an issue.
  • Have a feature request. Please open an issue.
  • If you want to contribute, please submit a pull request (preferably with some tests).

License

Push Notifications is released under the MIT license. See LICENSE for details.

com.eventflit

Eventflit

Build real time Apps, The simple way

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

Версия
0.1.1
0.1.0