com.google.android.gms.games.quest.Quests.ClaimMilestoneResult |
Result delivered when claiming a milestone.
Possible status codes include:
STATUS_OK
the milestone was
successfully claimed.
STATUS_MILESTONE_CLAIMED_PREVIOUSLY
if the milestone was previously claimed for this player.
STATUS_MILESTONE_CLAIM_FAILED
if
the milestone is not currently eligible for claiming. Usually, this means that the quest
has expired or the local event counts are out of sync with the server.
STATUS_NETWORK_ERROR_OPERATION_FAILED
if
the network request to claim the milestone fails failed.
STATUS_INTERNAL_ERROR
if an
unexpected error occurred in the service.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns | |
---|---|
Milestone |
The claimed milestone. This will be null if the claim operation did not succeed. |
Returns | |
---|---|
Quest |
The quest owning the claimed milestone. This will be null if the claim operation did not succeed. |