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

定义用于标识社交通知类型的值。

## 语法

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

## 常量

| 常量      | 说明       |
| ------- | -------- |
| Unknown | 未知。      |
| Added   | 用户已添加。   |
| Changed | 用户数据已更改。 |
| Removed | 用户已移除。   |

## 成员属于

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

## 要求

**头文件：** social\_c.h

## 另请参阅

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


## Related topics

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