com.google.android.gms.games.quest.Milestone |
![]() |
Data interface for retrieving milestone information.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | STATE_CLAIMED | Constant returned by server indicating the milestone was successfully claimed. | |||||||||
int | STATE_COMPLETED_NOT_CLAIMED | Constant returned by server indicating the milestone has not been claimed yet. | |||||||||
int | STATE_NOT_COMPLETED | Constant returned by server indicating the player has not completed the milestone. | |||||||||
int | STATE_NOT_STARTED | Constant returned by server when the milestone has not been started. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the completion reward data for this milestone.
| |||||||||||
Retrieves the current progress of
getTargetProgress() required to complete the
milestone.
| |||||||||||
Retrieve the ID of the associated event.
| |||||||||||
Retrieves the ID of this milestone.
| |||||||||||
Retrieves the state of the milestone - one of
STATE_COMPLETED_NOT_CLAIMED ,
STATE_CLAIMED , STATE_NOT_COMPLETED , or STATE_NOT_STARTED .
| |||||||||||
Retrieves the number of increments of the event associated with the milestone
getEventId() required to complete the milestone.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constant returned by server indicating the milestone was successfully claimed.
Constant returned by server indicating the milestone has not been claimed yet.
Constant returned by server indicating the player has not completed the milestone.
Constant returned by server when the milestone has not been started.
Retrieves the completion reward data for this milestone.
Retrieves the current progress of getTargetProgress()
required to complete the
milestone.
When the milestone state isSTATE_CLAIMED
orSTATE_COMPLETED_NOT_CLAIMED
the value ofgetTargetProgress()
is returned.When the milestone state isSTATE_NOT_COMPLETED
the return value is the number of increments to the eventgetEventId()
associated with the milestone that have occurred since the quest was accepted.When the milestone state isSTATE_NOT_STARTED
the return value is 0.
Retrieve the ID of the associated event. Increments to this event will increase the user's
progress toward this milestone when the milestone is in the STATE_NOT_COMPLETED
state.
Event
associated with this milestone.
Retrieves the ID of this milestone.
Retrieves the state of the milestone - one of STATE_COMPLETED_NOT_CLAIMED
,
STATE_CLAIMED
, STATE_NOT_COMPLETED
, or STATE_NOT_STARTED
.
Retrieves the number of increments of the event associated with the milestone
getEventId()
required to complete the milestone.