Class LeaderboardService

Class LeaderboardService#

Inheritance Relationships#

Base Type#

Class Documentation#

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

Public Functions

LeaderboardService ()#
Task<List<Leaderboard>> FindAll (Dictionary<string, string> query = null)#

Returns all leaderboards from the system that the user has access to.

async Task<Leaderboard> Update (string id, Leaderboard obj)#

Updates a single leaderboard definition.

Task<Leaderboard> Create (Leaderboard obj)#

Create a new leaderboard.

Task<Leaderboard> FindById (string id)#

Returns a single leaderboard from the system that the user has access to.

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

Retrieves the Entities Count based on the given criteria.

Return:

Entity Count