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

# player_registered_push_notifications

> Evento player_registered_push_notifications.

Este evento se desencadena cuando un jugador se registra para recibir notificaciones push.

## Propiedades

| Nombre      | Tipo                                                                                                    | Descripción                                                                   |
| :---------- | :------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------------------- |
| DeviceToken | String                                                                                                  | Token de dispositivo único registrado para notificaciones push.               |
| Platform    | [PushNotificationPlatform](/services/playfab/api-references/events/data-types/pushnotificationplatform) | Plataforma en la que el jugador se registra para recibir notificaciones push. |
| TitleId     | String                                                                                                  | Id. del título al que se aplica este evento de jugador.                       |

## Propiedades comunes

Todos los eventos de PlayStream V1 tienen formato de objetos JSON y comparten las siguientes propiedades comunes:

| Nombre         | Tipo                                                                        | Descripción                                                                                                                                                                                                                                                                                                                                                                                                                  |
| :------------- | :-------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| EntityId       | String                                                                      | Identificador de la entidad (título, jugador, etc.) a la que se aplica este evento.                                                                                                                                                                                                                                                                                                                                          |
| EntityType     | String                                                                      | Tipo de entidad (jugador, título, etc.) a la que se aplica este evento. Si se pretende que PlayFab realice una acción sobre esta entidad, EntityType debe ser 'player', 'character' o 'title'. Es necesario que cualquier tipo de entidad que PlayFab no analice actualmente vaya precedido de un espacio de nombres (como 'com.mygame.guild'), ya que PlayFab puede empezar a analizar entidades raíz en cualquier momento. |
| EventId        | String                                                                      | Identificador único asignado por PlayFab para este evento.                                                                                                                                                                                                                                                                                                                                                                   |
| EventName      | String                                                                      | Nombre de este evento.                                                                                                                                                                                                                                                                                                                                                                                                       |
| EventNamespace | String                                                                      | Espacio de nombres asignado para este evento. Por ejemplo: 'com.myprogram.ads'                                                                                                                                                                                                                                                                                                                                               |
| Source         | String                                                                      | Nombre del origen de este evento de PlayStream; será PlayFab si el evento se originó en nosotros.                                                                                                                                                                                                                                                                                                                            |
| SourceType     | [SourceType](/services/playfab/api-references/events/data-types/sourcetype) | Tipo de origen de este evento (asociado de PlayFab, otro back-end o desde la API de PlayFab).                                                                                                                                                                                                                                                                                                                                |
| Timestamp      | DateTime                                                                    | Hora (en UTC) asociada a este evento.                                                                                                                                                                                                                                                                                                                                                                                        |


## Related topics

- [Referencia del modelo de eventos de PlayStream para PlayFab](/es/services/playfab/api-references/events/index.md)
- [Notificaciones push para Android](/es/services/playfab/live-service-management/game-configuration/title-communications/push-notifications/push-notifications-for-android.md)
- [sent_push_notification](/es/services/playfab/api-references/events/TitleCommunications/sent-push-notification.md)
- [PFPushNotificationsPushNotificationPackage](/es/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationspushnotificationpackage.md)
- [push_notification_sent](/es/services/playfab/api-references/events/TitleCommunications/push-notification-sent.md)
