ListedAchievement

Represents a summary of the player achievement.

Attributes

Name
Purpose

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.

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