localnotificationsplugin icon indicating copy to clipboard operation
localnotificationsplugin copied to clipboard

Cancal all notifications?

Open mawarnes opened this issue 9 years ago • 3 comments

is there a way to cancel all local notifications?...I guess the challenge here is making a consistent method across all platforms...I can see methods for this in Xamarin.IOS, but not in Xamarin.Android

mawarnes avatar Mar 15 '17 09:03 mawarnes

Xamarin.Android does support canceling all notifications by calling the CancelAll() method on the notification manager.

Right now this plugin only supports canceling individual notifications using their identifier. However, this should be pretty simple to add to a future release. I'll label this issue as an "enhancement".

edsnider avatar Mar 15 '17 12:03 edsnider

thx, for the time being I can track local notifications in sqlite, this can show me any pending notifications I have added in my app

mawarnes avatar Mar 16 '17 10:03 mawarnes

Hi! Any news about this?

damiansikora85 avatar Nov 05 '18 19:11 damiansikora85