---
title: NotificationQueue.PostingStyle.asap
framework: foundation
role: symbol
role_heading: Case
path: foundation/notificationqueue/postingstyle/asap
---

# NotificationQueue.PostingStyle.asap

The notification is posted at the end of the current notification callout or timer.

## Declaration

```swift
case asap
```

## See Also

### Constants

- [NotificationQueue.PostingStyle.whenIdle](foundation/notificationqueue/postingstyle/whenidle.md)
- [NotificationQueue.PostingStyle.now](foundation/notificationqueue/postingstyle/now.md)
