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

# Activity.ActivityUpdates

A structure that offers functionality to observe changes to a Live Activity.

```
struct ActivityUpdates
```

## Topics

### Creating an iterator

[`makeAsyncIterator()`](/documentation/ActivityKit/Activity/ActivityUpdates-swift.struct/makeAsyncIterator())

Creates the asynchronous iterator that produces results from this asynchronous sequence.

[`Iterator`](/documentation/ActivityKit/Activity/ActivityUpdates-swift.struct/Iterator)

An iterator for accessing individual data entries from the series.

[`Element`](/documentation/ActivityKit/Activity/ActivityUpdates-swift.struct/Element)

The type of element this asynchronous sequence produces.

## Relationships

### Conforms To

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

---

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)