'Push Notifications Android'

Eventflit Push Notifications for Android

License

License

MIT
GroupId

GroupId

com.eventflit
ArtifactId

ArtifactId

pushnotifications
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

aar
Description

Description

'Push Notifications Android'
Eventflit Push Notifications for Android
Project URL

Project URL

https://github.com/eventflit/push-notifications-android
Source Code Management

Source Code Management

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

Download pushnotifications

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.1.1
0.1.0