c# - Windows Phone ToastNotification cancellation -


I have made toast notices as per the instructions of this article

By clicking on the notification it canceled And it is removed Action Center Is there no way to remove notification by clicking on it?

This article explains how to handle the behavior of all messages in the Action Center :

What you can do again is toast sending and pressing popup:

  Toast SuppressPopup = true; . ToastNotificationManager.CreateToastNotifier () Show (Toast);  

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -