Share via


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

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

Fields

Name Value Description
Unknown 0

The notification type is unknown.

Toast 1

The notification is a toast notification.

Applies to