Function getPaginatedLeaderboardEntries
- get
Paginated Leaderboard Entries(args): Promise<AsyncIterator<Object, Function, Function>> Parameters
args: ILeaderboardArgs
Returns Promise<AsyncIterator<Object, Function, Function>>
Promise
Async
Since
1.26.0
Example
LiveLike.getLeaderboardEntries({programId: "xxxx", pageSize: 2}).then(response => console.log(response))
Generated using TypeDoc
Gets leaderboard entries list from leaderboardId.