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