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

# UNNotificationInterruptionLevel.passive

The system adds the notification to the notification list without lighting up the screen or playing a sound.

## Declaration

```swift
case passive
```

## See Also

### Enumeration Cases

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