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

Define los valores usados para identificar el tipo de notificación social.

## Sintaxis

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

## Constantes

| Constante | Descripción                      |
| --------- | -------------------------------- |
| Unknown   | Desconocido.                     |
| Added     | Se agregaron usuarios.           |
| Changed   | Cambiaron los datos de usuarios. |
| Removed   | Se quitaron usuarios.            |

## Miembro de

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

## Requisitos

**Encabezado:** social\_c.h

## Consulte también

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


## Related topics

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