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

---

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

# Type Alias: IOSNotificationInterruptionLevel

> **IOSNotificationInterruptionLevel** = `"active"` | `"critical"` | `"passive"` | `"timeSensitive"`

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

Constants that indicate the importance and delivery timing of a notification.
https://developer.apple.com/documentation/usernotifications/unnotificationinterruptionlevel

## Platform

ios
