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

# AlertConfiguration

A structure you use to configure an alert that appears when you update your Live Activity.

```
struct AlertConfiguration
```

## Topics

### Configuring Live Activity alerts

[`init(title:body:sound:)`](/documentation/ActivityKit/AlertConfiguration/init(title:body:sound:))

Initializes a new alert configuration for a Live Activity update.

[`title`](/documentation/ActivityKit/AlertConfiguration/title)

A short title that describes the purpose of the Live Activity update on Apple Watch.

[`body`](/documentation/ActivityKit/AlertConfiguration/body)

The main text that appears on the alert for a Live Activity update on Apple Watch.

[`sound`](/documentation/ActivityKit/AlertConfiguration/sound)

The sound the system plays when the Live Activity alert appears on a person’s device.

[`AlertConfiguration.AlertSound`](/documentation/ActivityKit/AlertConfiguration/AlertSound)

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



---

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)