AchievementGroup

Represents a short achievement group.

Attributes

Name
Purpose

Id

The ID of the achievement group.

DisplayName

The display name of the achievement group.

ShortDescription

The short description of the achievement group.

Methods

GetDetailedAchievementGroup()

Returns: Task<DetailedAchievementGroup>: The detailed achievement group with group description.

Example

var detailedAchievementGroup = await achievementGroup.GetDetailedAchievementGroup();

Possible exceptions

AuthenticationException

Exception code (AuthenticationExceptionCode)
Meaning

NotSignedIn

User is not signed in.

Last updated