---
title: UNNotificationPresentationOptionNone
framework: usernotifications
role: symbol
role_heading: Global Variable
path: usernotifications/unnotificationpresentationoptionnone
---

# UNNotificationPresentationOptionNone

No alert.

## Declaration

```occ
static const UNNotificationPresentationOptions UNNotificationPresentationOptionNone;
```

## Discussion

Discussion Specify this constant when you want to silence any user interactions for a notification.

## See Also

### Receiving Notifications

- [userNotificationCenter(_:willPresent:withCompletionHandler:)](usernotifications/unusernotificationcenterdelegate/usernotificationcenter(_:willpresent:withcompletionhandler:).md)
- [UNNotificationPresentationOptions](usernotifications/unnotificationpresentationoptions.md)
