> ## 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](/ja-jp/reference/live/xsapi-c/social_c/structs/xblsocialrelationshipchangeeventargs.md)
- [XblSocialGroupType](/ja-jp/reference/live/xsapi-c/leaderboard_c/enums/xblsocialgrouptype.md)
- [XblSocialManagerEventType](/ja-jp/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagereventtype.md)
- [XblSocialUserGroupType](/ja-jp/reference/live/xsapi-c/social_manager_c/enums/xblsocialusergrouptype.md)
- [XblSocialManagerUserGroupGetType](/ja-jp/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerusergroupgettype.md)
