onesignal-nest icon indicating copy to clipboard operation
onesignal-nest copied to clipboard

OneSignal API wrapper for the Server Rest API made to work with the Nest framework

Results 3 onesignal-nest issues
Sort by recently updated
recently updated
newest added

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

I'm adding this into my node app and trying to send a notification with image, it says has been send and delivered, but it doesn't on my device. That's happened...

Trying to get payload addition data on android returns always null: override fun onNotificationProcessing(receivedResult: OSNotificationReceivedResult): Boolean { val id = receivedResult.payload.additionalData.getString("id") val type = receivedResult.payload.additionalData.getInt("type") val notification = PushNotification(PushNotificationType.valueOf(type), id)...