gpg:: AchievementManager:: FetchAllResponse
#include <achievement_manager.h>
Holds all data for all achievements, along with a response status.
Summary
Public attributes |
|
---|---|
data
|
std::vector< Achievement >
A vector containing data for all achievements associated with the application.
|
status
|
Can be one of the values enumerated in ResponseStatus.
|
Public attributes
data
std::vector< Achievement > gpg::AchievementManager::FetchAllResponse::data
A vector containing data for all achievements associated with the application.
status
ResponseStatus gpg::AchievementManager::FetchAllResponse::status
Can be one of the values enumerated in ResponseStatus.
If the response is unsuccessful, FetchAllResponse
's data vector is empty.