AppNotificationProgressResult Enum
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.
Specifies the result of an app notification progress update operation invoked with a call to UpdateAsync.
public enum class AppNotificationProgressResult
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.AppNotifications.AppNotificationsContract, 65536)]
enum class AppNotificationProgressResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
public enum AppNotificationProgressResult
var value = Microsoft.Windows.AppNotifications.AppNotificationProgressResult.succeeded
Public Enum AppNotificationProgressResult
- Inheritance
-
AppNotificationProgressResult
- Attributes
Fields
Name | Value | Description |
---|---|---|
Succeeded | 0 | The progress update was successful. |
AppNotificationNotFound | 1 | The specified app notification was not found. |
Unsupported | 2 |