saturdaymp/XPlugins.Notifications

Catch Received Notifications in Android

Closed this issue · 2 comments

Currently there is no way to catch received notifications in Android. There exists a way to in iOS but I'm not sure if I like it. Might end up changing both.

Listening for and catching notifications in both Android and iOS is working. Still a bit of clean-up before I commit my changes:

  • Unit tests for iOS listener.
  • iOS Example Client does not display the ID of the caught notification.
  • Possibly change the Listener methods to all be static.

Receiving notifications on iOS and Android is working. At least I think so, need to test on a non-example program but I'm an optimist so I'm closing this issue for now. Also updated the ReadMe on receiving notifications.