> ## 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 datos de PFPushNotificationsPushNotificationPackage.

Modelo de datos de PFPushNotificationsPushNotificationPackage.

## Sintaxis

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

### Miembros

**`badge`**   int32\_t

Distintivo numérico que se mostrará en el icono de la aplicación (solo iOS).

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

(Opcional) Debe ser un objeto con formato JSON. Para su uso con complementos de notificaciones push personalizados creados por el desarrollador.

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

(Opcional) Archivo de icono que se mostrará con el mensaje (no compatible con iOS).

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

Contenido del mensaje (todas las plataformas).

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

(Opcional) Archivo de sonido que se reproducirá con el mensaje (todas las plataformas).

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

Título/asunto del mensaje. No compatible con iOS.

## Requisitos

**Encabezado:** PFPushNotificationsTypes.h

## Consulte también

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


## Related topics

- [PFPushNotificationsSendPushNotificationRequest](/es/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [Información general de la API de C de Services - PFPushNotificationsTypes.h](/es/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [push_notification_sent](/es/services/playfab/api-references/events/TitleCommunications/push-notification-sent.md)
- [sent_push_notification](/es/services/playfab/api-references/events/TitleCommunications/sent-push-notification.md)
- [PFPushNotificationsSendPushNotificationFromTemplateRequest](/es/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationfromtemplaterequest.md)
