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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

java - Algorithm negotiation fail SSH in Jenkins -