New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

com.currencyfair:onesignal

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.currencyfair:onesignal

OneSignal Java SDK is a java library enabling easy usage of OneSignal REST API

  • 1.0.18
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

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 git@github.com: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.

FAQs

Package last updated on 13 Mar 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc