> ## 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](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentsplayerprofile.md)
- [Services C API overview - PFSegmentsTypes.h](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/pfsegmentstypes_members.md)
- [PushNotificationRegistration](/zh-CN/services/playfab/api-references/events/data-types/pushnotificationregistration.md)
- [PFPushNotificationRegistrationModel](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfpushnotificationregistrationmodel.md)
- [PFPlatformSpecificAndroidDevicePushNotificationRegistrationRequest](/zh-CN/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificandroiddevicepushnotificationregistrationrequest.md)
