public static interface GameManagerClient.GameManagerInstanceResult implements Result
This interface is deprecated.
The Game Manager APIs are no longer supported and will be removed in a future release.
Result of a game manager client creation command. It contains the GameManagerClient
instance.
Public Method Summary
abstract GameManagerClient |
getGameManagerClient()
Returns the
GameManagerClient
instance.
|
Inherited Method Summary
Public Methods
public abstract GameManagerClient getGameManagerClient ()
Returns the GameManagerClient
instance.