AchievementResult class
Discovers the current state of the user achievement.
public class AchievementResult
Properties
Type | Name | Description |
---|---|---|
string | Name | Name of the achievement |
string | ShortCode | Associated shortcode of the achievement |
string | DisplayMessage | Display message for achievement |
AchievementState | State | Current state of achievement for authenticated user. |
byte[] | Icon | Icon is set according to the current state of achievement progress. For unlocked achievement, an achieved icon will be returned, otherwise, it will be the unachieved icon. |
int | Value | Current progress of achievement for authenticated user |
int | UnlockValue | Value needed to unlock the achievement. |