| 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(String questId,
String milestoneId,
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(String questId, String milestoneId, Long requestId) throws 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.IOException