• Gets leaderboard entries list from leaderboardId.

    Parameters

    Returns Promise<AsyncIterator<Object, Function, Function>>

    Promise

    Async

    Since

    1.26.0

    Example

    LiveLike.getLeaderboardEntries({programId: string}).then(response => console.log(response))
    

Generated using TypeDoc