AchievementType Enum

Definition

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

All 1

Used as a request input parameter. All means to get all achievements regardless of type.

Challenge 3

A challenge achievement that can only be unlocked within a certain time period. Challenge achievements can't give Gamerscore as a reward.

Persistent 2

A persistent achievement that may be unlocked at any time. Persistent achievements can give Gamerscore as a reward.

Unknown 0

The achievement type is unknown.

Applies to