ListedAchievementGroup

Represents a summary of the achievement group.

Attributes

Name
Purpose

Id

The ID of the achievement group.

DisplayName

The display name 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