Android Client Reference
Class Achievement
Namespace: com.playerio
Language: Java
An Achievement
Methods | |||
---|---|---|---|
public String |
The description |
||
public String |
The id of the achievement |
||
public String |
An url to the image of the achievement |
||
public Date |
Last updated time, in UTC |
||
public int |
Current progress made towards the ProgressGoal of this achievement |
||
public int |
The progress value to reach to complete the achievement |
||
public double |
A value in the range [0:1] indicating the progress made towards completion. |
||
public String |
The title of the achievement |
||
public boolean |
True when Progress==ProgressGoal |
Achievement.getDescription
public String |
|
The description
Achievement.getId
public String |
|
The id of the achievement
Achievement.getImageUrl
public String |
|
An url to the image of the achievement
Achievement.getLastUpdated
public Date |
|
Last updated time, in UTC
Achievement.getProgress
public int |
|
Current progress made towards the ProgressGoal of this achievement
Achievement.getProgressGoal
public int |
|
The progress value to reach to complete the achievement
Achievement.getProgressRatio
public double |
|
A value in the range [0:1] indicating the progress made towards completion.
Achievement.getTitle
public String |
|
The title of the achievement
Achievement.isCompleted
public boolean |
|
True when Progress==ProgressGoal