<!--
{
  "availability" : [
    "iOS: 16.1.0 -",
    "iPadOS: 16.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ActivityKit",
  "identifier" : "/documentation/ActivityKit/AlertConfiguration/AlertSound",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "ActivityKit"
    ],
    "preciseIdentifier" : "s:11ActivityKit18AlertConfigurationV0C5SoundV"
  },
  "title" : "AlertConfiguration.AlertSound"
}
-->

# AlertConfiguration.AlertSound

An object that describes the sound to play for a Live Activity update alert.

```
struct AlertSound
```

## Topics

### Configuring the alert sound

[`static func named(String) -> AlertConfiguration.AlertSound`](/documentation/ActivityKit/AlertConfiguration/AlertSound/named(_:))

A function you use to configure a custom sound for a Live Activity update alert.

[`static var `default`: AlertConfiguration.AlertSound`](/documentation/ActivityKit/AlertConfiguration/AlertSound/default)

A value that represents the system’s default alert sound.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)