> ## 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\*\
*is null-terminated*

（可选）通知的已配置终结点。

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

（可选）推送通知平台。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFPlayerProfileModel](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfplayerprofilemodel.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PushNotificationRegistration](/zh-CN/services/playfab/api-references/events/data-types/pushnotificationregistration.md)
- [PFSegmentsPushNotificationRegistration](/zh-CN/services/playfab/api-references/c/pfsegmentstypes/structs/pfsegmentspushnotificationregistration.md)
- [PFPlatformSpecificAndroidDevicePushNotificationRegistrationRequest](/zh-CN/services/playfab/api-references/c/pfplatformspecifictypes/structs/pfplatformspecificandroiddevicepushnotificationregistrationrequest.md)
