---
title: Activity.ContentUpdates
framework: activitykit
role: symbol
role_heading: Structure
path: activitykit/activity/contentupdates-swift.struct
---

# Activity.ContentUpdates

A structure that offers functionality to observe changes to the dynamic content of a Live Activity.

## Declaration

```swift
struct ContentUpdates
```

## Topics

### Structures

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

### Instance Methods

- [makeAsyncIterator()](activitykit/activity/contentupdates-swift.struct/makeasynciterator().md)

### Type Aliases

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

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)

## See Also

### Observing Live Activity content changes

- [contentUpdates](activitykit/activity/contentupdates-swift.property.md)
