---
title: default
framework: usernotifications
role: symbol
role_heading: Type Property
path: usernotifications/unnotificationsound/default
---

# default

Returns an object representing the default sound for notifications.

## Declaration

```swift
@NSCopying class var `default`: UNNotificationSound { get }
```

## Return Value

Return Value A sound object that represents the default notification sound.

## See Also

### Creating Notification Sounds

- [init(named:)](usernotifications/unnotificationsound/init(named:).md)
