GCKGameManagerResult Class
Stay organized with collections
Save and categorize content based on your preferences.
The result of a Game Manager request.
- Deprecated:
- The Game Manager API is no longer supported and will be removed in a future release.
Inherits NSObject.
|
(instancetype) | - init |
| Default initializer is not available. More...
|
|
Default initializer is not available.
The request ID associated with this response.
The player ID associated with this response.
Extra message data stored as part of this response.
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 2024-09-18 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-09-18 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eGCKGameManagerResult\u003c/code\u003e class represents the result of a Game Manager request, including details like request ID, player ID, and extra data.\u003c/p\u003e\n"],["\u003cp\u003eThis class is deprecated and will be removed in a future release; the Game Manager API is no longer supported.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers cannot use the default initializer for this class.\u003c/p\u003e\n"],["\u003cp\u003eThe properties \u003ccode\u003erequestID\u003c/code\u003e, \u003ccode\u003eplayerID\u003c/code\u003e, and \u003ccode\u003eextraData\u003c/code\u003e provide information about the associated request and response.\u003c/p\u003e\n"]]],[],null,["# GCKGameManagerResult Class\n\n[Instance Methods](#pub-methods) \\| [Properties](#properties) \nGCKGameManagerResult Class Reference \n\nOverview\n--------\n\nThe result of a Game Manager request.\n\n**[Deprecated:](/cast/v3/reference/ios/deprecated#_deprecated000019)**\n: The Game Manager API is no longer supported and will be removed in a future release.\n\nInherits NSObject.\n\n|----------------|--------------------------------------------------------------------------------------------------------|\n| Instance Method Summary ----------------------- ||\n| (instancetype) | - [init](/cast/v3/reference/ios/interface_g_c_k_game_manager_result#ae45a45c5df20a01d12bf7ed9d01438a9) |\n| | Default initializer is not available. [More...](#ae45a45c5df20a01d12bf7ed9d01438a9) |\n| ||\n\n|-------------|-----------------------------------------------------------------------------------------------------------|\n| Property Summary ---------------- ||\n| NSInteger | [requestID](/cast/v3/reference/ios/interface_g_c_k_game_manager_result#ae92c96368a8c7ed8bccd40aa4510cc66) |\n| | The request ID associated with this response. [More...](#ae92c96368a8c7ed8bccd40aa4510cc66) |\n| ||\n| NSString \\* | [playerID](/cast/v3/reference/ios/interface_g_c_k_game_manager_result#a5fb4c5421da9e76a3e8e429289eaf843) |\n| | The player ID associated with this response. [More...](#a5fb4c5421da9e76a3e8e429289eaf843) |\n| ||\n| id | [extraData](/cast/v3/reference/ios/interface_g_c_k_game_manager_result#aca71dd1e6afa1a9fc3c08846d004d320) |\n| | Extra message data stored as part of this response. [More...](#aca71dd1e6afa1a9fc3c08846d004d320) |\n| ||\n\nMethod Detail\n-------------\n\n|-----------------------|---|---|---|\n| - (instancetype) init | | | |\n\nDefault initializer is not available.\n\nProperty Detail\n---------------\n\n|---------------------------------------------------------|---------------------|\n| |-------------------------| | - (NSInteger) requestID | | readnonatomicassign |\n\nThe request ID associated with this response. \n\n|---------------------------------------------------------|-------------------|\n| |-------------------------| | - (NSString\\*) playerID | | readnonatomiccopy |\n\nThe player ID associated with this response. \n\n|-------------------------------------------|-------------------|\n| |------------------| | - (id) extraData | | readnonatomiccopy |\n\nExtra message data stored as part of this response."]]