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

소셜 알림의 유형을 식별하는 데 사용되는 값을 정의합니다.

## Syntax

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

## Constants

| Constant | Description       |
| -------- | ----------------- |
| Unknown  | 알 수 없음.           |
| Added    | 사용자가 추가되었습니다.     |
| Changed  | 사용자 데이터가 변경되었습니다. |
| 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](/ko/reference/live/xsapi-c/social_c/structs/xblsocialrelationshipchangeeventargs.md)
- [XblSocialGroupType](/ko/reference/live/xsapi-c/leaderboard_c/enums/xblsocialgrouptype.md)
- [XblSocialManagerEventType](/ko/reference/live/xsapi-c/social_manager_c/enums/xblsocialmanagereventtype.md)
- [XblSocialUserGroupType](/ko/reference/live/xsapi-c/social_manager_c/enums/xblsocialusergrouptype.md)
- [XblSocialManagerUserGroupGetType](/ko/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerusergroupgettype.md)
