edsnider / localnotificationsplugin

Local Notifications Plugin for Xamarin and Windows
MIT License
198 stars 82 forks source link

Cancal all notifications? #1

Open mawarnes opened 7 years ago

mawarnes commented 7 years ago

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

edsnider commented 7 years ago

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".

mawarnes commented 7 years ago

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

damiansikora85 commented 5 years ago

Hi! Any news about this?