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

# PFPushNotificationsPushNotificationPackage

> Modelo de dados de PFPushNotificationsPushNotificationPackage.

Modelo de dados de PFPushNotificationsPushNotificationPackage.

## Sintaxe

```cpp theme={null}
typedef struct PFPushNotificationsPushNotificationPackage {  
    int32_t badge;  
    const char* customData;  
    const char* icon;  
    const char* message;  
    const char* sound;  
    const char* title;  
} PFPushNotificationsPushNotificationPackage;  
```

### Membros

**`badge`**   int32\_t

Selo numérico a ser exibido no ícone do aplicativo (somente iOS).

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

(Opcional) Deve ser um objeto formatado em JSON. Para uso com plug-ins personalizados de Notificação por Push criados por desenvolvedores.

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

(Opcional) Arquivo de ícone a ser exibido com a mensagem (sem suporte para iOS).

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

Conteúdo da mensagem (todas as plataformas).

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

(Opcional) Arquivo de som a ser reproduzido com a mensagem (todas as plataformas).

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

Título/Assunto da mensagem. Sem suporte para iOS.

## Requisitos

**Cabeçalho:** PFPushNotificationsTypes.h

## Confira também

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


## Related topics

- [PFPushNotificationsSendPushNotificationRequest](/pt-BR/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.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)
- [PFPushNotificationsServerSendPushNotificationAsync](/pt-BR/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/pt-BR/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
