AppNotificationSetting Enum

Definition

Specifies the app notification setting status for the app.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.AppNotifications.AppNotificationsContract), 65536)]
public enum AppNotificationSetting
Inheritance
AppNotificationSetting
Attributes

Fields

Name Value Description
Enabled 0

App notifications are enabled.

DisabledForApplication 1

App notifications are blocked by a user-defined app setting.

DisabledForUser 2

App notifications are blocked by a user-defined global setting.

DisabledByGroupPolicy 3

App notifications are blocked by Group Policy.

DisabledByManifest 4

App notifications are blocked by a setting in the manifest. This value only applies to packaged applications.

Unsupported 5

Applies to

Product Versions
Windows App SDK 1.1, 1.2, 1.3, 1.4, 1.5, 1.6