NotificationKinds Enum

Definition

Specifies the type of notification.

This enumeration supports a bitwise combination of its member values.

public enum class NotificationKinds
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class NotificationKinds
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum NotificationKinds
var value = Windows.UI.Notifications.NotificationKinds.unknown
Public Enum NotificationKinds
Inheritance
NotificationKinds
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

Toast 1

The notification is a toast notification.

Unknown 0

The notification type is unknown.

Applies to