---
title: sound
framework: usernotifications
role: symbol
role_heading: Type Property
path: usernotifications/unnotificationpresentationoptions/sound
---

# sound

Play the sound associated with the notification.

## Declaration

```swift
static var sound: UNNotificationPresentationOptions { get }
```

## Mentioned in

Handling notifications and notification-related actions

## See Also

### Constants

- [badge](usernotifications/unnotificationpresentationoptions/badge.md)
- [banner](usernotifications/unnotificationpresentationoptions/banner.md)
- [list](usernotifications/unnotificationpresentationoptions/list.md)
- [alert](usernotifications/unnotificationpresentationoptions/alert.md)
