public class Games.QuestMilestones
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Games.QuestMilestones.Claim |
| Constructor and Description |
|---|
Games.QuestMilestones() |
| Modifier and Type | Method and Description |
|---|---|
Games.QuestMilestones.Claim |
claim(java.lang.String questId,
java.lang.String milestoneId,
java.lang.Long requestId)
Report that a reward for the milestone corresponding to milestoneId for the quest corresponding
to questId has been claimed by the currently authorized user.
|
public Games.QuestMilestones.Claim claim(java.lang.String questId, java.lang.String milestoneId, java.lang.Long requestId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.questId - The ID of the quest.milestoneId - The ID of the milestone.requestId - A numeric ID to ensure that the request is handled correctly across retries. Your client application
must generate this ID randomly.java.io.IOException