---
title: contentUpdates
framework: activitykit
role: symbol
role_heading: Instance Property
path: activitykit/activity/contentupdates-swift.property
---

# contentUpdates

An asynchronous sequence you use to observe changes to the dynamic content of a Live Activity.

## Declaration

```swift
var contentUpdates: Activity<Attributes>.ContentUpdates { get }
```

## Mentioned in

Displaying live data with Live Activities

## See Also

### Observing Live Activity content changes

- [Activity.ContentUpdates](activitykit/activity/contentupdates-swift.struct.md)
