---
title: DistributedNotificationCenter.SuspensionBehavior.drop
framework: foundation
role: symbol
role_heading: Case
path: foundation/distributednotificationcenter/suspensionbehavior/drop
---

# DistributedNotificationCenter.SuspensionBehavior.drop

The server doesn’t queue any notifications with this name and object until the notification center resumes notification delivery.

## Declaration

```swift
case drop
```

## Discussion

Discussion To resume notification delivery, set the suspended to false.

## See Also

### Constants

- [DistributedNotificationCenter.SuspensionBehavior.coalesce](foundation/distributednotificationcenter/suspensionbehavior/coalesce.md)
- [DistributedNotificationCenter.SuspensionBehavior.hold](foundation/distributednotificationcenter/suspensionbehavior/hold.md)
- [DistributedNotificationCenter.SuspensionBehavior.deliverImmediately](foundation/distributednotificationcenter/suspensionbehavior/deliverimmediately.md)
