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

(省略可) 構成済みの通知エンドポイント。

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

(省略可) プッシュ通知プラットフォーム。

## 要件

**ヘッダー:** PFTypes.h

## 関連項目

[PFTypes メンバー](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

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