Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.28 KB

appnotificationmanager_removebytagasync_295299028.md

File metadata and controls

33 lines (20 loc) · 1.28 KB
-api-id -api-type
M:Microsoft.Windows.AppNotifications.AppNotificationManager.RemoveByTagAsync(System.String)
winrt method

Microsoft.Windows.AppNotifications.AppNotificationManager.RemoveByTagAsync(System.String)

-description

Asynchronously removes all app notifications for the app that have the specified tag identifier from Notification Center (called Action Center in Windows 10).

Note

The AppNotificationManager class has a dependency on the Singleton package. Because of that dependency, there are certain considerations to be aware of if you're calling these APIs from a self-contained app. For more info, and specifics, see Dependencies on additional MSIX packages.

-parameters

-param tag

The unique identifier for the set of notifications to be removed, accessed with the Tag property.

-returns

An asynchronous action.

-remarks

-see-also

-examples