Stay organized with collections
Save and categorize content based on your preferences.
google::play::games::recall
Summary
Enumerations
GamesRecallError
GamesRecallError
Error codes returned by Google Play Games Recall.
Properties |
kError
|
Fatal error during the API action.
|
kOk
|
The operation completed successfully.
|
Typedefs
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-23 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 2025-05-23 UTC."],[],[],null,["# google::play::games::recall Namespace\n\ngoogle::play::games::recall\n===========================\n\nSummary\n-------\n\n| ### Enumerations ||\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|\n| [GamesRecallError](#games_2recall_2enums_8h_1aa01ce393bf9efa8aeb60cda80ff3afc6)`{` ` `[kOk](#dummy_1aa01ce393bf9efa8aeb60cda80ff3afc6ae69fa9a656f76dd8a4d89f21992b2d3a)` = 0,` ` `[kError](#dummy_1aa01ce393bf9efa8aeb60cda80ff3afc6ae3587c730cc1aa530fa4ddc9c4204e97)` = 1` `}` | enum Error codes returned by Google Play Games Recall. |\n\n| ### Typedefs ||\n|-------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [RequestRecallAccessContinuation](#games_2recall_2models_8h_1a6eb2ea8bb8447b9698ea4250f73b3bcf) | using `std::function\u003c void(`[RequestRecallAccessResult](/games/playgames/native-pc/reference/class/google/play/result#classgoogle_1_1play_1_1_result)`)\u003e` |\n| [RequestRecallAccessResult](#games_2recall_2models_8h_1aa5d8260317193811bcdc2ce054016b89) | using [Result](/games/playgames/native-pc/reference/class/google/play/result#classgoogle_1_1play_1_1_result)`\u003c GamesRecallError, `[RecallAccessResultValue](/games/playgames/native-pc/reference/struct/google/play/games/recall/recall-access-result-value#structgoogle_1_1play_1_1games_1_1recall_1_1_recall_access_result_value)` \u003e` |\n\n| ### Classes ||\n|-------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|\n| [google::play::games::recall::GamesRecallClient](/games/playgames/native-pc/reference/class/google/play/games/recall/games-recall-client) | Entrypoint for the Google Play Games Services Recall API. |\n\n| ### Structs ||\n|---------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|\n| [google::play::games::recall::RecallAccessResultValue](/games/playgames/native-pc/reference/struct/google/play/games/recall/recall-access-result-value) | The Google Play Games Services recall access. |\n\nEnumerations\n------------\n\n### GamesRecallError\n\n```text\n GamesRecallError\n``` \nError codes returned by Google Play Games Recall.\n\n| Properties ||\n|----------|---------------------------------------|\n| `kError` | Fatal error during the API action. |\n| `kOk` | The operation completed successfully. |\n\nTypedefs\n--------\n\n### RequestRecallAccessContinuation\n\n```text\nstd::function\u003c void(RequestRecallAccessResult)\u003e RequestRecallAccessContinuation\n``` \n\n### RequestRecallAccessResult\n\n```text\nResult\u003c GamesRecallError, RecallAccessResultValue \u003e RequestRecallAccessResult\n```"]]