Share via


UNNotificationSetting Enum

Definition

Enumerates notification states.

[ObjCRuntime.Native]
public enum UNNotificationSetting
[<ObjCRuntime.Native>]
type UNNotificationSetting = 
Inheritance
UNNotificationSetting
Attributes

Fields

Name Value Description
NotSupported 0

The notification type is not supported by the target application.

Disabled 1

The notification is disabled.

Enabled 2

The notification is enabled.

Applies to