> ## 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.

# XblSocialNotificationType

> XblSocialNotificationType

# XblSocialNotificationType

Defines values used to identify the type of social notification.

## Syntax

```cpp theme={null}
enum class XblSocialNotificationType  : uint32_t  
{  
    Unknown,  
    Added,  
    Changed,  
    Removed  
}  
```

## Constants

| Constant | Description           |
| -------- | --------------------- |
| Unknown  | Unknown.              |
| Added    | User(s) were added.   |
| Changed  | User(s) data changed. |
| Removed  | User(s) were removed. |

## Member of

[XblSocialRelationshipChangeEventArgs](/reference/live/xsapi-c/social_c/structs/xblsocialrelationshipchangeeventargs)

## Requirements

**Header:** social\_c.h

## See also

[social\_c](/reference/live/xsapi-c/social_c/social_c_members)


## Related topics

- [XblSocialRelationshipChangeEventArgs](/reference/live/xsapi-c/social_c/structs/xblsocialrelationshipchangeeventargs.md)
- [XblSocialGroupType](/reference/live/xsapi-c/leaderboard_c/enums/xblsocialgrouptype.md)
- [XblSocialManagerEventType](/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagereventtype.md)
- [XblSocialUserGroupType](/reference/live/xsapi-c/social_manager_c/enums/xblsocialusergrouptype.md)
- [XblSocialManagerUserGroupGetType](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerusergroupgettype.md)
