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

# PFPushNotificationsSendPushNotificationRequest

> PFPushNotificationsSendPushNotificationRequest データ モデル。

PFPushNotificationsSendPushNotificationRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFPushNotificationsSendPushNotificationRequest {  
    PFPushNotificationsAdvancedPushPlatformMsg const* advancedPlatformDelivery;  
    uint32_t advancedPlatformDeliveryCount;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* message;  
    PFPushNotificationsPushNotificationPackage const* package;  
    const char* recipient;  
    const char* subject;  
    PFPushNotificationPlatform const* targetPlatforms;  
    uint32_t targetPlatformsCount;  
} PFPushNotificationsSendPushNotificationRequest;  
```

### メンバー

**`advancedPlatformDelivery`**   [PFPushNotificationsAdvancedPushPlatformMsg](/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationsadvancedpushplatformmsg) const\*<br />*may be nullptr*

(省略可) 正確に書式設定された json をターゲット デバイスに提供できます。これは高度な機能であり、PlayFab でネイティブにサポートされていないカスタム プラグイン ロジック、フィールド、または機能に配信できます。

**`advancedPlatformDeliveryCount`**   uint32\_t

advancedPlatformDelivery の数。

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(省略可) リクエストに関連付けられた任意のカスタム タグ (例: ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

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

(省略可) 送信するメッセージのテキスト。

**`package`**   [PFPushNotificationsPushNotificationPackage](/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationspushnotificationpackage) const\*<br />*may be nullptr*

(省略可) メッセージ、タイトル、アイコンなど、使用可能なすべてのプッシュ属性を定義します。一部のパラメーターはデバイス固有です。詳細については、PushNotificationPackage のドキュメントを参照してください。

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

プッシュ通知の受信者の PlayFabId。

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

(省略可) 送信するメッセージの件名 (一部のプラットフォームでは表示されない場合があります)。

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

(省略可) メッセージまたはパッケージを受信するターゲット プラットフォーム。省略した場合、利用可能なすべてのプラットフォームに送信されます。

**`targetPlatformsCount`**   uint32\_t

targetPlatforms の数。

## 要件

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

## 関連項目

[PFPushNotificationsTypes のメンバー](/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members)


## Related topics

- [PFPushNotificationsServerSendPushNotificationAsync](/ja-jp/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationasync.md)
- [Services C API overview - PFPushNotificationsTypes.h](/ja-jp/services/playfab/api-references/c/pfpushnotificationstypes/pfpushnotificationstypes_members.md)
- [PFPushNotificationsSendPushNotificationFromTemplateRequest](/ja-jp/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationssendpushnotificationfromtemplaterequest.md)
- [PFPushNotificationsServerSendPushNotificationFromTemplateAsync](/ja-jp/services/playfab/api-references/c/pfpushnotifications/functions/pfpushnotificationsserversendpushnotificationfromtemplateasync.md)
- [PFPushNotificationsPushNotificationPackage](/ja-jp/services/playfab/api-references/c/pfpushnotificationstypes/structs/pfpushnotificationspushnotificationpackage.md)
