Achievement

Represents a short achievement.

Attributes

Name
Purpose

Id

The ID of the achievement.

DisplayName

The display name of the achievement.

CoverUrl

The URL to the cover image of the achievement. Expires in 7 days from time of response.

ShortDescription

The short description 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.

PercentageAchieved

The percentage of players who have achieved this achievement.

Methods

GetDetailedAchievement()

Returns: Task<DetailedAchievement>: The detailed achievement with achievement description.

Example

var detailedAchievement = await achievement.GetDetailedAchievement();

Possible exceptions

AuthenticationException

Exception code (AuthenticationExceptionCode)
Meaning

NotSignedIn

User is not signed in.

Last updated