[**react-native-notify-kit**](react-native/reference/index)

---

[react-native-notify-kit](react-native/reference/index) / IOSNotificationSetting

# Enumeration: IOSNotificationSetting

Defined in: [packages/react-native/src/types/NotificationIOS.ts:311](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationIOS.ts#L311)

An enum representing a notification setting for this app on the device.

Value is greater than 0 if setting enabled, compare against an exact value (e.g. NOT_SUPPORTED) for more
granular control.

## Platform

ios

## Enumeration Members

### DISABLED

> **DISABLED**: `0`

Defined in: [packages/react-native/src/types/NotificationIOS.ts:321](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationIOS.ts#L321)

This setting is currently disabled by the user.

---

### ENABLED

> **ENABLED**: `1`

Defined in: [packages/react-native/src/types/NotificationIOS.ts:326](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationIOS.ts#L326)

This setting is currently enabled.

---

### NOT_SUPPORTED

> **NOT_SUPPORTED**: `-1`

Defined in: [packages/react-native/src/types/NotificationIOS.ts:316](https://github.com/marcocrupi/react-native-notify-kit/blob/main/packages/react-native/src/types/NotificationIOS.ts#L316)

This setting is not supported on this device. Usually this means that the iOS version required
for this setting has not been met.
