PICO Platform Unity SDK
LeaderboardService Member List

This is the complete list of members for LeaderboardService, including all inherited members.

Get(string leaderboardName)LeaderboardServiceinlinestatic
GetEntries(string leaderboardName, int pageSize, int pageIdx, LeaderboardFilterType filter, LeaderboardStartAt startAt)LeaderboardServiceinlinestatic
GetEntriesAfterRank(string leaderboardName, int pageSize, int pageIdx, ulong afterRank)LeaderboardServiceinlinestatic
GetEntriesByIds(string leaderboardName, int pageSize, int pageIdx, LeaderboardStartAt startAt, string[] userIDs)LeaderboardServiceinlinestatic
WriteEntry(string leaderboardName, long score, byte[] extraData=null, bool forceUpdate=false)LeaderboardServiceinlinestatic
WriteEntryWithSupplementaryMetric(string leaderboardName, long score, long supplementaryMetric, byte[] extraData=null, bool forceUpdate=false)LeaderboardServiceinlinestatic