Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Created March 20, 2017 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Majirefy/0fed1d0cb6e0b559d67ae4bd5cd20da5 to your computer and use it in GitHub Desktop.
Save Majirefy/0fed1d0cb6e0b559d67ae4bd5cd20da5 to your computer and use it in GitHub Desktop.
fun callLeaderBoard(targetActivity: Activity) {
targetActivity.startActivityForResult(Games.Leaderboards.getLeaderboardIntent(mGoogleApiClient,
GameSettings.PLAY_SERVICE_LEADERBOARD), REQUEST_LEADERBOARD)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment