Closed
Description
Hi,
There is an event that may be triggered many times in a short period and I will show the notification once the event is raised.
Now, I want to avoid the notification being sent repeatedly before the previous one is dismissed.
Because the user may not do anything to the notification so the NotificationInvoked event is not what I need.
Is there any event like Dismissed for app notification?
BTW, I prefer to use app notification because my application is unpackaged.