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

> PFPushNotificationsPushNotificationPackage 데이터 모델입니다.

PFPushNotificationsPushNotificationPackage 데이터 모델입니다.

## 구문

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

### 멤버

**`badge`**   int32\_t

앱 아이콘에 표시할 숫자 배지입니다(iOS 전용).

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

(선택 사항) JSON 형식의 개체여야 합니다. 개발자가 만든 사용자 지정 푸시 알림 플러그 인에서 사용합니다.

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

(선택 사항) 메시지와 함께 표시할 아이콘 파일입니다(iOS에서는 지원되지 않음).

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

메시지의 내용입니다(모든 플랫폼).

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

(선택 사항) 메시지와 함께 재생할 사운드 파일입니다(모든 플랫폼).

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

메시지의 제목입니다. iOS에서는 지원되지 않습니다.

## 요구 사항

**헤더:** PFPushNotificationsTypes.h

## 참고 항목

[PFPushNotificationsTypes 멤버](/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members)


## Related topics

- [Services C API 개요 - PFPushNotificationsTypes.h](/ko/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationRequest](/ko/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationrequest.md)
- [push_notification_sent](/ko/services/playfab/api-references/events/TitleCommunications/push-notification-sent.md)
- [sent_push_notification](/ko/services/playfab/api-references/events/TitleCommunications/sent-push-notification.md)
- [PFPushNotificationsSendPushNotificationFromTemplateRequest](/ko/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationfromtemplaterequest.md)
