---
title: UNNotificationSoundName
framework: usernotifications
role: symbol
role_heading: Structure
path: usernotifications/unnotificationsoundname
---

# UNNotificationSoundName

A string providing the name of a sound file.

## Declaration

```swift
struct UNNotificationSoundName
```

## Topics

### Initializers

- [init(_:)](usernotifications/unnotificationsoundname/init(_:).md)
- [init(rawValue:)](usernotifications/unnotificationsoundname/init(rawvalue:).md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Notification content

- [Implementing communication notifications](usernotifications/implementing-communication-notifications.md)
- [UNNotificationContentProviding](usernotifications/unnotificationcontentproviding.md)
- [UNNotificationActionIcon](usernotifications/unnotificationactionicon.md)
- [UNMutableNotificationContent](usernotifications/unmutablenotificationcontent.md)
- [UNNotificationContent](usernotifications/unnotificationcontent.md)
- [UNNotificationAttachment](usernotifications/unnotificationattachment.md)
- [UNNotificationSound](usernotifications/unnotificationsound.md)
