---
title: title
framework: activitykit
role: symbol
role_heading: Instance Property
path: activitykit/alertconfiguration/title
---

# title

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

## Declaration

```swift
var title: LocalizedStringResource
```

## Discussion

Discussion Apple Watch displays this string briefly as part of the alert that appears when you update a Live Activity and choose to alert people about the update. Choose text that’s easy to read at a glance. For example, a pizza delivery app could use “On the way.”

## See Also

### Configuring Live Activity alerts

- [init(title:body:sound:)](activitykit/alertconfiguration/init(title:body:sound:).md)
- [body](activitykit/alertconfiguration/body.md)
- [sound](activitykit/alertconfiguration/sound.md)
- [AlertConfiguration.AlertSound](activitykit/alertconfiguration/alertsound.md)
