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

# PFPushNotificationRegistrationModel

> PFPushNotificationRegistrationModel 데이터 모델입니다.

PFPushNotificationRegistrationModel 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFPushNotificationRegistrationModel {  
    const char* notificationEndpointARN;  
    PFPushNotificationPlatform const* platform;  
} PFPushNotificationRegistrationModel;  
```

### 멤버

**`notificationEndpointARN`**   const char\*\
*null로 종료됨*

(선택 사항) 알림에 대해 구성된 엔드포인트입니다.

**`platform`**   [PFPushNotificationPlatform](/services/playfab/api-references/c/pftypes/enums/pfpushnotificationplatform) const\*\
*nullptr일 수 있음*

(선택 사항) 푸시 알림 플랫폼입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

[PFTypes 멤버](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/ko/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PushNotificationRegistration](/ko/services/playfab/api-references/events/data-types/pushnotificationregistration.md)
- [PFSegmentsPushNotificationRegistration](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentspushnotificationregistration.md)
- [PFPlatformSpecificAndroidDevicePushNotificationRegistrationRequest](/ko/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificandroiddevicepushnotificationregistrationrequest.md)
