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

sql - Find last match with latest inserted name in table -

c# - XML serialize base class without knowing derived class -

ios - Invalid IPA: missing embedded provisioning profile. Are you sure this is an ad hoc? -