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

- [新闻](/zh-CN/services/playfab/live-service-management/game-configuration/title-communications/news/index.md)
- [Game Manager 参考](/zh-CN/services/playfab/live-service-management/gamemanager/reference.md)
- [PFTitleDataManagementTitleNewsItem](/zh-CN/services/playfab/api-references/c/pftitledatamanagementtypes/structs/pftitledatamanagementtitlenewsitem.md)
- [title_news_updated](/zh-CN/services/playfab/api-references/events/TitleData/title-news-updated.md)
- [内容与配置写入计量 API 说明](/zh-CN/services/playfab/pricing/meters/file-writes.md)
