rdelrosario / xamarin-plugins

Cross platform Xamarin & Windows plugins for PCLs
MIT License
179 stars 161 forks source link

Prevent Notification to be displayed #60

Closed CR4567 closed 8 years ago

CR4567 commented 8 years ago

Hi, as the title says, is it possible to prevent the notification to pop up, depending on the content? The onMessage is fired before displaying anything, so my idea was to check the content and then decide whether or not to display. Is it possible to interrupt at any point?

CR4567 commented 8 years ago

Ok just read the f\ manual and found property "silent". So found my solution :-)