localnotificationsplugin icon indicating copy to clipboard operation
localnotificationsplugin copied to clipboard

How do I process notifications in XF?

Open mawarnes opened this issue 7 years ago • 0 comments

This might be a stupid question, but in a cross-platform app, how do I process notifications?....(if I want to) in the following circumstances

  1. the app is running 2.the app is backgrounded

It seems that it would be some way of calling from the native projects into the pcl. I can't find any documentation on seting this up.

I can see the code you have added for ios which displays the notification using the UserNotificationDelegate, can I add code here to callback to my pcl? What is the equivalent for android and uwp?

mawarnes avatar Mar 16 '17 10:03 mawarnes