public class Games.Quests
extends java.lang.Object
| 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(java.lang.String questId)
Indicates that the currently authorized user will participate in the quest.
|
Games.Quests.List |
list(java.lang.String playerId)
Get a list of quests for your application and the currently authenticated player.
|
public Games.Quests.Accept accept(java.lang.String questId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.questId - The ID of the quest.java.io.IOExceptionpublic Games.Quests.List list(java.lang.String playerId) throws java.io.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.java.io.IOException