Class AchievementService#
Defined in File AchievementService.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.ServiceBase
(Class ServiceBase)
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)#