Represents a summary of the player achievement.
Id
The ID of the achievement.
DisplayName
The display name of the achievement.
GroupId
The ID of the group that this achievement belongs to.
GroupOrder
The relative order of this achievement within its group, if the achievement is in a group.
GetDetailedAchievement()
Returns: Task<DetailedAchievement>: The detailed achievement with achievement description.
Task<DetailedAchievement>
var detailedAchievement = await achievement.GetDetailedAchievement();
AuthenticationException
NotSignedIn
User is not signed in.
Last updated 6 months ago