Class AchievementService

Class AchievementService#

Inheritance Relationships#

Base Type#

Class Documentation#

class xbe.sdk.Services.AchievementService : xbe.sdk.ServiceBase#

Public Functions

AchievementService ()#
Task<List<Achievement>> FindAll (Guid userUid, Dictionary<string, string> query = null)#

Returns all achievements that the given user has unlocked.

Task<long?> Count (Guid userUid, Dictionary<string, string> query = null)#

Returns the count of Achievement objects that a given user has unlocked.

Task<Achievement> Unlock (string achievementId)#