ToastNotificationHistoryCompat Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages the toast notifications for an app including the ability the clear all toast history and removing individual toasts.
public class ToastNotificationHistoryCompat
type ToastNotificationHistoryCompat = class
Public Class ToastNotificationHistoryCompat
- Inheritance
-
ToastNotificationHistoryCompat
Methods
Clear() |
Removes all notifications sent by this app from action center. |
GetHistory() |
Gets all notifications sent by this app that are currently still in Action Center. |
Remove(String, String) |
Removes a toast notification from the action using the notification's tag and group labels. |
Remove(String) |
Removes an individual toast, with the specified tag label, from action center. |
RemoveGroup(String) |
Removes a group of toast notifications, identified by the specified group label, from action center. |