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

# PFSegmentsPushNotificationRegistration

> Modelo de datos de PFSegmentsPushNotificationRegistration.

Modelo de datos de PFSegmentsPushNotificationRegistration.

## Sintaxis

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

### Miembros

**`notificationEndpointARN`**   const char\*<br />*is null-terminated*

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

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

(Opcional) Plataforma de notificaciones push.

## Requisitos

**Encabezado:** PFSegmentsTypes.h

## Consulte también

[Miembros de PFSegmentsTypes](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/es/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Información general de la API de C de Services - PFSegmentsTypes.h](/es/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [PushNotificationRegistration](/es/services/playfab/api-references/events/data-types/pushnotificationregistration.md)
- [PFPushNotificationRegistrationModel](/es/services/playfab/api-references/c/pftypes/structs/pfpushnotificationregistrationmodel.md)
- [PFPlatformSpecificAndroidDevicePushNotificationRegistrationRequest](/es/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificandroiddevicepushnotificationregistrationrequest.md)
