AI-generated Key Takeaways
-
The
GCKGameManagerResult
class represents the result of a Game Manager request, including details like request ID, player ID, and extra data. -
This class is deprecated and will be removed in a future release; the Game Manager API is no longer supported.
-
Developers cannot use the default initializer for this class.
-
The properties
requestID
,playerID
, andextraData
provide information about the associated request and response.
Overview
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.
Instance Method Summary | |
(instancetype) | - init |
Default initializer is not available. More... | |
Property Summary | |
NSInteger | requestID |
The request ID associated with this response. More... | |
NSString * | playerID |
The player ID associated with this response. More... | |
id | extraData |
Extra message data stored as part of this response. More... | |
Method Detail
- (instancetype) init |
Default initializer is not available.
Property Detail
|
readnonatomicassign |
The request ID associated with this response.
|
readnonatomiccopy |
The player ID associated with this response.
|
readnonatomiccopy |
Extra message data stored as part of this response.