gpg::AchievementManager::FetchResponse

#include <achievement_manager.h>

Contains data and response status for a single achievement.

Summary

Public attributes

data
All data for a specific achievement.
status
Can be one of the values enumerated in ResponseStatus.

Public attributes

data

Achievement gpg::AchievementManager::FetchResponse::data

All data for a specific achievement.

status

ResponseStatus gpg::AchievementManager::FetchResponse::status

Can be one of the values enumerated in ResponseStatus.

If the response is unsuccessful, FetchResponse's data vector will be empty.