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

# UNNotificationInterruptionLevel.active

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

## Declaration

```swift
case active
```

## Discussion

Discussion This is the default interruption level. Active notifications won’t break through system notification controls.

## See Also

### Enumeration Cases

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