---
title: UNNotificationInterruptionLevel.timeSensitive
framework: usernotifications
role: symbol
role_heading: Case
path: usernotifications/unnotificationinterruptionlevel/timesensitive
---

# UNNotificationInterruptionLevel.timeSensitive

The system presents the notification immediately, lights up the screen, can play a sound, and breaks through system notification controls.

## Declaration

```swift
case timeSensitive
```

## Discussion

Discussion Time Sensitive notifications are similar to active notifications, but can break through system controls such as Notification Summary and Focus. The user can turn off the ability for time sensitive notification interruptions.

## See Also

### Enumeration Cases

- [UNNotificationInterruptionLevel.active](usernotifications/unnotificationinterruptionlevel/active.md)
- [UNNotificationInterruptionLevel.critical](usernotifications/unnotificationinterruptionlevel/critical.md)
- [UNNotificationInterruptionLevel.passive](usernotifications/unnotificationinterruptionlevel/passive.md)
