> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblPresenceTitleViewState

> XblPresenceTitleViewState

# XblPresenceTitleViewState

Defines values used to indicate the states of the screen view of presence information.

## Syntax

```cpp theme={null}
enum class XblPresenceTitleViewState  : uint32_t  
{  
    Unknown,  
    FullScreen,  
    Filled,  
    Snapped,  
    Background  
}  
```

## Constants

| Constant   | Description                                                                      |
| ---------- | -------------------------------------------------------------------------------- |
| Unknown    | Unknown view state.                                                              |
| FullScreen | The title's view is using the full screen.                                       |
| Filled     | The title's view is using part of the screen with another application snapped.   |
| Snapped    | The title's view is snapped with another application using a part of the screen. |
| Background | The title's running in the background and is not visible.                        |

## Member of

[XblPresenceTitleRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencetitlerecord)

## Requirements

**Header:** presence\_c.h

## See also

[presence\_c](/reference/live/xsapi-c/presence_c/presence_c_members)


## Related topics

- [XblPresenceTitleRecord](/reference/live/xsapi-c/presence_c/structs/xblpresencetitlerecord.md)
- [XblPresenceTitleState](/reference/live/xsapi-c/presence_c/enums/xblpresencetitlestate.md)
- [XblPresenceTitlePresenceChangedHandler](/reference/live/xsapi-c/presence_c/functions/xblpresencetitlepresencechangedhandler.md)
- [XblPresenceUserState](/reference/live/xsapi-c/presence_c/enums/xblpresenceuserstate.md)
- [XblSocialManagerPresenceRecord](/reference/live/xsapi-c/social_manager_c/structs/xblsocialmanagerpresencerecord.md)
