In the documentation the code snippet to display leaderboard is
startActivityForResult(Games.Leaderboards.getLeaderboardIntent(getApiClient(), LEADERBOARD_ID), REQUEST_LEADERBOARD);
This goes into the given leaderboard with LEADERBOARD_ID
My game has severel leaderboards and what I want to do is display a list of them so that user can select a specific leaderboard.
Is it possible to do that?