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

# PFPushNotificationRegistrationModel

> Modelo de datos de PFPushNotificationRegistrationModel.

Modelo de datos de PFPushNotificationRegistrationModel.

## Sintaxis

```cpp theme={null}
typedef struct PFPushNotificationRegistrationModel {  
    const char* notificationEndpointARN;  
    PFPushNotificationPlatform const* platform;  
} PFPushNotificationRegistrationModel;  
```

### Miembros

**`notificationEndpointARN`**   const char\*\
*is null-terminated*

(Opcional) Punto de conexión configurado para notificaciones.

**`platform`**   [PFPushNotificationPlatform](/services/playfab/api-references/c/pftypes/enums/pfpushnotificationplatform) const\*\
*may be nullptr*

(Opcional) Plataforma de notificaciones push.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/es/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PushNotificationRegistration](/es/services/playfab/api-references/events/data-types/pushnotificationregistration.md)
- [PFSegmentsPushNotificationRegistration](/es/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentspushnotificationregistration.md)
- [PFPlatformSpecificAndroidDevicePushNotificationRegistrationRequest](/es/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificandroiddevicepushnotificationregistrationrequest.md)
