Achievement

API References for Achievement Service

Explore the list of API functions available in TypeScript for managing achievement, including detailed descriptions and usage examples.

Get Available Achievements

Retrieves a list of achievements for the current user based on the provided parameters.

DynamicPixels.Services.Achievements.GetAchievements(): Promise<Achievement[]>

Unlock an achievement

Unlocks an achievement for the current user based on the provided parameters.

DynamicPixels.Services.Achievements.UnlockAchievements(input: UnlockAchievementParams): Promise<void>

Last updated