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

# ニュース

> Game Manager、AddNews API、GetTitleNews クライアント取得を介して、イベント、パッチ ノート、ダウンタイムに関するタイトル ニュースを PlayFab プレイヤーに配信します。

タイトル ニュースは、プレイヤーに情報を配信する仕組みです。今後のゲーム内イベント、パッチ ノート、将来のダウンタイム、コミュニティ活動など、プレイヤーに知らせたい情報の更新を投稿できます。

各投稿には、次の基本要素が含まれます。

* **タイトル**
* **日付**
* **ステータス**
* **本文**

投稿は作成時に公開してユーザーに直ちに利用可能にすることも、将来の時刻に公開されるようにスケジュール設定することもできます。Game Manager または [`AddNews`](xref:titleid.playfabapi.com.admin.title-widedatamanagement.addnews) API を使用して PlayFab で投稿を公開した後は、クライアントから [`GetTitleNews`](xref:titleid.playfabapi.com.client.title-widedatamanagement.gettitlenews) を呼び出してアクティブなすべての投稿を取得し、任意の方法でユーザーに表示できます。


## Related topics

- [PFTitleDataManagementTitleNewsItem](/ja-jp/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementtitlenewsitem.md)
- [title_news_updated](/ja-jp/services/playfab/api-references/events/TitleData/title-news-updated.md)
- [Title News クイックスタート](/ja-jp/services/playfab/live-service-management/game-configuration/title-communications/news/quickstart.md)
- [Game Manager リファレンス](/ja-jp/services/playfab/live-service-management/gamemanager/reference.md)
- [PFTitleDataManagementClientGetTitleNewsAsync](/ja-jp/services/playfab/api-references/c/pftitledatamanagement/functions/pftitledatamanagementclientgettitlenewsasync.md)
