> 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/android/usercontextapi/usercontextupdatecriteria.md).

# UserContextUpdateCriteria

Enum that represents that different types of user context.

```
/**
 * A change in the user's current or ongoing event.
 */
CURRENT_EVENT,

/**
 * A change in the user's active segments.
 */
ACTIVE_SEGMENTS,

/**
 * A change in the user's visited venues.
 */
VISITED_VENUES
```
