Interface AppsGetLeaderboardParams

interface AppsGetLeaderboardParams {
    extended?: number | boolean;
    global?: number | boolean;
    type: "level" | "points" | "score";
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

extended?: number | boolean

1 - to return additional info about users

global?: number | boolean

Rating type. Possible values: *'1' - global rating among all players,, *'0' - rating among user friends.

type: "level" | "points" | "score"

Leaderboard type. Possible values: *'level' - by level,, *'points' - by mission points,, *'score' - by score ().

Generated using TypeDoc