> ## 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 dados de PFPushNotificationsSendPushNotificationRequest.

Modelo de dados de PFPushNotificationsSendPushNotificationRequest.

## Sintaxe

```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;  
```

### Membros

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

(Opcional) Permite fornecer json formatado com precisão aos dispositivos de destino. Este é um recurso avançado, que permite entregar a lógica de plug-in personalizada, campos ou funcionalidades sem suporte nativo no PlayFab.

**`advancedPlatformDeliveryCount`**   uint32\_t

Contagem de advancedPlatformDelivery

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

(Opcional) As marcas personalizadas opcionais associadas à solicitação (por exemplo, número de build, identificadores de rastreamento externos etc.).

**`customTagsCount`**   uint32\_t

Contagem de customTags

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

(Opcional) Texto da mensagem a ser enviada.

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

(Opcional) Define todos os atributos de push possíveis, como mensagem, título, ícone etc. Alguns parâmetros são específicos do dispositivo; consulte a documentação de PushNotificationPackage para obter detalhes.

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

PlayFabId do destinatário da notificação por push.

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

(Opcional) Assunto da mensagem a ser enviada (pode não ser exibido em todas as plataformas).

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

(Opcional) Plataformas de Destino que devem receber a Mensagem ou o Pacote. Se omitido, enviaremos para todas as plataformas disponíveis.

**`targetPlatformsCount`**   uint32\_t

Contagem de targetPlatforms

## Requisitos

**Cabeçalho:** PFPushNotificationsTypes.h

## Confira também

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


## Related topics

- [PFPushNotificationsServerSendPushNotificationAsync](/pt-BR/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [Visão geral da API C do Services - PFPushNotificationsTypes.h](/pt-BR/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationFromTemplateRequest](/pt-BR/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationfromtemplaterequest.md)
- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/pt-BR/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [PFPlatformSpecificRegisterForIOSPushNotificationRequest](/pt-BR/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificregisterforiospushnotificationrequest.md)
