public class GamesManagement.Rooms
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GamesManagement.Rooms.Reset |
class |
GamesManagement.Rooms.ResetForAllPlayers |
| Constructor and Description |
|---|
GamesManagement.Rooms() |
| Modifier and Type | Method and Description |
|---|---|
GamesManagement.Rooms.Reset |
reset()
Reset all rooms for the currently authenticated player for your application.
|
GamesManagement.Rooms.ResetForAllPlayers |
resetForAllPlayers()
Deletes rooms where the only room participants are from whitelisted tester accounts for your
application.
|
public GamesManagement.Rooms.Reset reset() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic GamesManagement.Rooms.ResetForAllPlayers resetForAllPlayers() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.java.io.IOException