AchievementType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration values that indicate the achievement type.
[Windows.Foundation.Metadata.Version(1)]
public enum AchievementType
type AchievementType =
Public Enum AchievementType
- Inheritance
-
AchievementType
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The achievement type is unknown. |
All | 1 | Used as a request input parameter. All means to get all achievements regardless of type. |
Persistent | 2 | A persistent achievement that may be unlocked at any time. Persistent achievements can give Gamerscore as a reward. |
Challenge | 3 | A challenge achievement that can only be unlocked within a certain time period. Challenge achievements can't give Gamerscore as a reward. |