NotificationUpdateResult
NotificationUpdateResult
NotificationUpdateResult
NotificationUpdateResult
Enum
Definition
Describes the results of a notification update.
public : enum class NotificationUpdateResultpublic enum NotificationUpdateResultPublic Enum NotificationUpdateResult// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Fields
| Failed Failed Failed Failed | The notification update failed. |
| NotificationNotFound NotificationNotFound NotificationNotFound NotificationNotFound | The specified notification couldn't be found. |
| Succeeded Succeeded Succeeded Succeeded | The notification was updated. |