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

# PFPushNotificationsSendPushNotificationRequest

> Modelo de datos de PFPushNotificationsSendPushNotificationRequest.

Modelo de datos de PFPushNotificationsSendPushNotificationRequest.

## Sintaxis

```cpp theme={null}
typedef struct PFPushNotificationsSendPushNotificationRequest {  
    PFPushNotificationsAdvancedPushPlatformMsg const* advancedPlatformDelivery;  
    uint32_t advancedPlatformDeliveryCount;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* message;  
    PFPushNotificationsPushNotificationPackage const* package;  
    const char* recipient;  
    const char* subject;  
    PFPushNotificationPlatform const* targetPlatforms;  
    uint32_t targetPlatformsCount;  
} PFPushNotificationsSendPushNotificationRequest;  
```

### Miembros

**`advancedPlatformDelivery`**   [PFPushNotificationsAdvancedPushPlatformMsg](/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationsadvancedpushplatformmsg) const\*<br />*may be nullptr*

(Opcional) Permite proporcionar json con un formato preciso a los dispositivos de destino. Se trata de una característica avanzada que permite entregar lógica de complementos personalizada, campos o funcionalidad no admitidos de forma nativa por PlayFab.

**`advancedPlatformDeliveryCount`**   uint32\_t

Recuento de advancedPlatformDelivery

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Opcional) Etiquetas personalizadas opcionales asociadas a la solicitud (por ejemplo, número de compilación, identificadores de seguimiento externos, etc.).

**`customTagsCount`**   uint32\_t

Recuento de customTags

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

(Opcional) Texto del mensaje que se enviará.

**`package`**   [PFPushNotificationsPushNotificationPackage](/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationspushnotificationpackage) const\*<br />*may be nullptr*

(Opcional) Define todos los atributos push posibles, como mensaje, título, icono, etc. Algunos parámetros son específicos del dispositivo; consulte la documentación de PushNotificationPackage para obtener más detalles.

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

PlayFabId del destinatario de la notificación push.

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

(Opcional) Asunto del mensaje que se enviará (puede que no se muestre en todas las plataformas).

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

(Opcional) Plataformas de destino que deben recibir el mensaje o el paquete. Si se omite, se enviará a todas las plataformas disponibles.

**`targetPlatformsCount`**   uint32\_t

Recuento de targetPlatforms

## Requisitos

**Encabezado:** PFPushNotificationsTypes.h

## Consulte también

[Miembros de PFPushNotificationsTypes](/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members)


## Related topics

- [PFPushNotificationsServerSendPushNotificationAsync](/es/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [Información general de la API de C de Services - PFPushNotificationsTypes.h](/es/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationFromTemplateRequest](/es/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationfromtemplaterequest.md)
- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/es/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [PFPlatformSpecificRegisterForIOSPushNotificationRequest](/es/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificregisterforiospushnotificationrequest.md)
