Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
com.currencyfair:onesignal
Advanced tools
OneSignal Java SDK is a java library enabling easy usage of OneSignal REST API
OneSignal provides Push Notification delivery and automation. This SDK is its unofficial Java REST client library.
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
.
To build:
$ git clone git@github.com:CurrencyFair/OneSignal-Java-SDK.git
$ cd OneSignal-Java-SDK/
$ mvn install
Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://search.maven.org.
Replace x.y.z
with 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" />
For bugs, questions and discussions please use the Github Issues.
This work is copyright by CurrencyFair (https://currencyfair.com) and licensed under the terms of Apache License, Version 2.0.
FAQs
OneSignal Java SDK is a java library enabling easy usage of OneSignal REST API
We found that com.currencyfair:onesignal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.