使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
gpg::LeaderboardManager::FetchScoreSummaryResponse
#include <leaderboard_manager.h>
指定排行榜得分摘要的数据和响应状态。
摘要
得分摘要由排行榜的集合(公开或社交)和时间跨度(每天、每周或所有时间)组合定义。
公共属性
数据
ScoreSummary gpg::LeaderboardManager::FetchScoreSummaryResponse::data
status
ResponseStatus gpg::LeaderboardManager::FetchScoreSummaryResponse::status
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-27。
[null,null,["最后更新时间 (UTC):2025-07-27。"],[],[],null,["# gpg::LeaderboardManager::FetchScoreSummaryResponse Struct Reference\n\ngpg::LeaderboardManager::FetchScoreSummaryResponse\n==================================================\n\n`#include \u003cleaderboard_manager.h\u003e`\n\nData and response status for a specified leaderboard score summary.\n\nSummary\n-------\n\nA score summary is defined by the combination of the leaderboard's collection (public or social) and time span (daily, weekly, or all-time).\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [data](#structgpg_1_1_leaderboard_manager_1_1_fetch_score_summary_response_1a54fe7b033d53bc142d3908627e3473fc) | [ScoreSummary](/games/services/cpp/api/class/gpg/score-summary#classgpg_1_1_score_summary) The specified score summary. |\n| [status](#structgpg_1_1_leaderboard_manager_1_1_fetch_score_summary_response_1a5abea92f2f485f9ff0ebac04578402ba) | [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d) Can be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d). |\n\nPublic attributes\n-----------------\n\n### data\n\n```c++\nScoreSummary gpg::LeaderboardManager::FetchScoreSummaryResponse::data\n``` \nThe specified score summary. \n\n### status\n\n```c++\nResponseStatus gpg::LeaderboardManager::FetchScoreSummaryResponse::status\n``` \nCan be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d)."]]