Stay organized with collections
Save and categorize content based on your preferences.
gpg::LeaderboardManager::FetchAllScoreSummariesResponse
#include <leaderboard_manager.h>
Contains all data and response statuses for all leaderboard score summaries.
Summary
A score summary is defined by the combination of the leaderboard's collection (public or social) and time span (daily, weekly, or all-time).
Public attributes
|
data
|
A vector of data for all score summaries.
|
status
|
|
Public attributes
data
std::vector< ScoreSummary > gpg::LeaderboardManager::FetchAllScoreSummariesResponse::data
A vector of data for all score summaries.
status
ResponseStatus gpg::LeaderboardManager::FetchAllScoreSummariesResponse::status
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-10-28 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-28 UTC."],[],[],null,["# gpg::LeaderboardManager::FetchAllScoreSummariesResponse Struct Reference\n\ngpg::LeaderboardManager::FetchAllScoreSummariesResponse\n=======================================================\n\n`#include \u003cleaderboard_manager.h\u003e`\n\nContains all data and response statuses for all leaderboard score summaries.\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_all_score_summaries_response_1a6bf7855353ba215ba32dc1872ea36d85) | `std::vector\u003c `[ScoreSummary](/games/services/cpp/api/class/gpg/score-summary#classgpg_1_1_score_summary)` \u003e` A vector of data for all score summaries. |\n| [status](#structgpg_1_1_leaderboard_manager_1_1_fetch_all_score_summaries_response_1a80b98dffbc1bb96bf93bbddea1c36794) | [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++\nstd::vector\u003c ScoreSummary \u003e gpg::LeaderboardManager::FetchAllScoreSummariesResponse::data\n``` \nA vector of data for all score summaries. \n\n### status\n\n```c++\nResponseStatus gpg::LeaderboardManager::FetchAllScoreSummariesResponse::status\n``` \nCan be one of the values enumerated in [ResponseStatus](/games/services/cpp/api/namespace/gpg#namespacegpg_1a6b34581275d3fd0edee8e4321eec1d5d)."]]