[**@notifee/react-native**](react-native/reference/index)

***

[@notifee/react-native](react-native/reference/index) / IOSNotificationSetting

# Enumeration: IOSNotificationSetting

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`

This setting is currently disabled by the user.

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:328](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L328)

***

### ENABLED

> **ENABLED**: `1`

This setting is currently enabled.

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:333](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L333)

***

### NOT\_SUPPORTED

> **NOT\_SUPPORTED**: `-1`

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

#### Defined in

[packages/react-native/src/types/NotificationIOS.ts:323](https://github.com/invertase/notifee/blob/main/packages/react-native/src/types/NotificationIOS.ts#L323)
