<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UserNotifications",
  "identifier" : "/documentation/UserNotifications/UNNotificationSetting",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "User Notifications"
    ],
    "preciseIdentifier" : "c:@E@UNNotificationSetting"
  },
  "title" : "UNNotificationSetting"
}
-->

# UNNotificationSetting

Constants that indicate the current status of a notification setting.

```
enum UNNotificationSetting
```

## Topics

### Constants

[`UNNotificationSetting.notSupported`](/documentation/UserNotifications/UNNotificationSetting/notSupported)

The setting is not available to your app.

[`UNNotificationSetting.disabled`](/documentation/UserNotifications/UNNotificationSetting/disabled)

The setting is disabled.

[`UNNotificationSetting.enabled`](/documentation/UserNotifications/UNNotificationSetting/enabled)

The setting is enabled.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)