GCKGameManagerResult Class

  • GCKGameManagerResult is a class that represents the result of a Game Manager request.

  • The Game Manager API, including this class, is deprecated and will be removed in a future release.

  • This class provides properties such as requestID, playerID, and extraData to access information about the game manager response.

GCKGameManagerResult Class Reference

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 
The request ID associated with this response. More...
NSString * 
The player ID associated with this response. More...
id 
Extra message data stored as part of this response. More...

Method Detail

- (instancetype) init

Default initializer is not available.

Property Detail

- (NSInteger) requestID
read nonatomic assign

The request ID associated with this response.

- (NSString*) playerID
read nonatomic copy

The player ID associated with this response.

- (id) extraData
read nonatomic copy

Extra message data stored as part of this response.

Design a Mobile Site
View Site in Mobile | Classic
Share by: