> For the complete documentation index, see [llms.txt](https://docs.sentiance.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sentiance.com/sdk/api-reference/ios/user-context/sentusercontextupdatecriteria.md).

# SENTUserContextUpdateCriteria

```objectivec
typedef NS_OPTIONS(NSUInteger, SENTUserContextUpdateCriteria)
```

<table><thead><tr><th width="442.9656646315383">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>SENTUserContextUpdateCriteriaCurrentEvent</strong></td><td>A change in the user's current or ongoing event.</td></tr><tr><td><strong>SENTUserContextUpdateCriteriaActiveSegments</strong></td><td>A change in the user's active segments.</td></tr><tr><td><strong>SENTUserContextUpdateCriteriaVisitedVenues</strong></td><td>A change in the user's visited venues.</td></tr><tr><td><strong>SENTUserContextUpdateCriteriaAll</strong></td><td>All criteria applied.</td></tr></tbody></table>
