ToastHistoryChangedType
ToastHistoryChangedType
ToastHistoryChangedType
ToastHistoryChangedType
Enum
Definition
Specifies the kind of change that has happened to a notification in toast history. Used with ToastNotificationHistoryChangedTriggerDetail.ChangeType.
public : enum class ToastHistoryChangedTypepublic enum ToastHistoryChangedTypePublic Enum ToastHistoryChangedType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Added Added Added Added | The notification was added. |
| Cleared Cleared Cleared Cleared | One or more notifications were removed with a clear command. |
| Expired Expired Expired Expired | The notification has expired. |
| Removed Removed Removed Removed | Just this notification was removed with a remove command. |