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
std::vector< ScoreSummary >
A vector of data for all score summaries.
status
Can be one of the values enumerated in ResponseStatus.

Public attributes

data

std::vector< ScoreSummary > gpg::LeaderboardManager::FetchAllScoreSummariesResponse::data

A vector of data for all score summaries.

status

ResponseStatus gpg::LeaderboardManager::FetchAllScoreSummariesResponse::status

Can be one of the values enumerated in ResponseStatus.

Develop your UI on Android.

Updated Mar 4, 2025

Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Download Android Studio today.

Updated Mar 6, 2025

Add a scrollable list to the Affirmations app

Updated Sep 21, 2023