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

# PFSegmentsPushNotificationRegistration

> PFSegmentsPushNotificationRegistration 데이터 모델입니다.

PFSegmentsPushNotificationRegistration 데이터 모델입니다.

## 구문

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

### 멤버

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

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

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

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

## 요구 사항

**헤더:** PFSegmentsTypes.h

## 참고 항목

[PFSegmentsTypes 멤버](/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members)


## Related topics

- [PFSegmentsPlayerProfile](/ko/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API 개요 - PFSegmentsTypes.h](/ko/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [PushNotificationRegistration](/ko/services/playfab/api-references/events/data-types/pushnotificationregistration.md)
- [PFPushNotificationRegistrationModel](/ko/services/playfab/api-references/c/pftypes/structs/pfpushnotificationregistrationmodel.md)
- [PFPlatformSpecificAndroidDevicePushNotificationRegistrationRequest](/ko/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificandroiddevicepushnotificationregistrationrequest.md)
