| Modifier and Type | Class and Description |
|---|---|
class |
Games.Quests.Accept |
class |
Games.Quests.List |
| Constructor and Description |
|---|
Games.Quests() |
| Modifier and Type | Method and Description |
|---|---|
Games.Quests.Accept |
accept(String questId)
Indicates that the currently authorized user will participate in the quest.
|
Games.Quests.List |
list(String playerId)
Get a list of quests for your application and the currently authenticated player.
|
public Games.Quests.Accept accept(String questId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.questId - The ID of the quest.IOExceptionpublic Games.Quests.List list(String playerId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.playerId - A player ID. A value of me may be used in place of the authenticated player's ID.IOException