All Projects → CurrencyFair → OneSignal-Java-SDK

CurrencyFair / OneSignal-Java-SDK

Licence: Apache-2.0 license
OneSignal SDK

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to OneSignal-Java-SDK

Onesignal Website Sdk
OneSignal is a push notification service for web and mobile apps. This SDK makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Stars: ✭ 338 (+1107.14%)
Mutual labels:  push-notifications, onesignal
node-onesignal
Node.js wrapper for the One Signal API
Stars: ✭ 33 (+17.86%)
Mutual labels:  push-notifications, onesignal
OneSignal-Ionic-Sample
No description or website provided.
Stars: ✭ 85 (+203.57%)
Mutual labels:  push-notifications, onesignal
Onesignal Ionic Example
Stars: ✭ 89 (+217.86%)
Mutual labels:  push-notifications, onesignal
Onesignal Python
Python client for OneSignal push notification service
Stars: ✭ 33 (+17.86%)
Mutual labels:  push-notifications, onesignal
Onesignal Ios Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native iOS app with OneSignal. https://onesignal.com
Stars: ✭ 370 (+1221.43%)
Mutual labels:  push-notifications, onesignal
OneSignal-Codeigniter-Push-Notification
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
Stars: ✭ 27 (-3.57%)
Mutual labels:  push-notifications, onesignal
Onesignal Android Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your native Android or Amazon app with OneSignal. https://onesignal.com
Stars: ✭ 503 (+1696.43%)
Mutual labels:  push-notifications, onesignal
React Native Onesignal
React Native Library for OneSignal Push Notifications Service
Stars: ✭ 1,270 (+4435.71%)
Mutual labels:  push-notifications, onesignal
Onesignal Cordova Sdk
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your Ionic, PhoneGap CLI, PhoneGap Build, Cordova, or Sencha Touch app with OneSignal. Supports Android, iOS, and Amazon's Fire OS platforms. https://onesignal.com
Stars: ✭ 214 (+664.29%)
Mutual labels:  push-notifications, onesignal
expo-push-notification-helper
💬🔥This package helps you make expo push notification for React Native easy to use.
Stars: ✭ 32 (+14.29%)
Mutual labels:  push-notifications
gdgpisa.github.io
Public website on github-pages for GDG Pisa 🌎🇮🇹💻
Stars: ✭ 14 (-50%)
Mutual labels:  onesignal
ios
React Native Push Notification API for iOS.
Stars: ✭ 604 (+2057.14%)
Mutual labels:  push-notifications
browser-push
Complete workout and guidelines to add web push notifications support for your webapp without third-party notification provider
Stars: ✭ 67 (+139.29%)
Mutual labels:  push-notifications
claim-reporter-pwa-poc
Example PWA application with Angular 6 and backend with Node
Stars: ✭ 39 (+39.29%)
Mutual labels:  push-notifications
apns
Vapor APNS for iOS
Stars: ✭ 59 (+110.71%)
Mutual labels:  push-notifications
hms-push-serverdemo-java
Java sample code encapsulates APIs of the HUAWEI Push Kit server. It provides many sample programs for your reference or usage.
Stars: ✭ 39 (+39.29%)
Mutual labels:  push-notifications
food-delivery-ios-app
A food delivery application built using Swift for iOS. The application uses Pushers notifications feature to send push notifications to mobile devices.
Stars: ✭ 36 (+28.57%)
Mutual labels:  push-notifications
mobile-push
A push notification library
Stars: ✭ 21 (-25%)
Mutual labels:  push-notifications
hms-push-serverdemo-php
PHP sample code encapsulates APIs of the HUAWEI Push Kit server.It provides many sample PHP programs about quick access to HUAWEI Push Kit for your reference or usage.
Stars: ✭ 21 (-25%)
Mutual labels:  push-notifications

OneSignal-Java-SDK: Simple OneSignal Java REST client

  • Build status Travis
  • Latest release Maven Central
  • License License

OneSignal provides Push Notification delivery and automation. This SDK is its unofficial Java REST client library.

Usage

All you need to do is call a method from com.currencyfair.onesignal.OneSignal class.

This SDK provides easy to use builders for Notification, App, Session and Device objects.

All 300+ status codes returned from OneSignal will be thrown as an unchecked com.currencyfair.onesignal.OneSignalException.

Build

To build:

$ git clone [email protected]:CurrencyFair/OneSignal-Java-SDK.git
$ cd OneSignal-Java-SDK/
$ mvn install

Binaries

Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://search.maven.org.

Replace x.y.z with Maven Central or current SNAPSHOT version.

Example for Gradle:

compile 'com.currencyfair:onesignal:x.y.z'

and for Maven:

<dependency>
    <groupId>com.currencyfair</groupId>
    <artifactId>onesignal</artifactId>
    <version>x.y.z</version>
</dependency>

and for Ivy:

<dependency org="com.currencyfair" name="onesignal" rev="x.y.z" />

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

License

This work is copyright by CurrencyFair (https://currencyfair.com) and licensed under the terms of Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].