gpt4 book ai didi

google-play - 如何在 Google 排行榜中默认打开 "All"而不是 "Social"?

转载 作者:行者123 更新时间:2023-12-04 19:33:22 24 4
gpt4 key购买 nike

我在我的 android 游戏应用程序中集成了谷歌排行榜。当我打开它时,它默认进入“社交”模式(也就是我的 Google 圈子)。我需要手动切换到“全部”模式(来自世界各地的玩家)。如何将“全部”模式设为默认?

最佳答案

有一个接受所有参数的重载方法:getLeaderboardIntent (GoogleApiClient apiClient, String leaderboardId, int timeSpan, int collection)
您可以通过以下方式获取意图并显示所有排行榜:

Intent intent = Games.Leaderboards.getLeaderboardIntent(apiClient,
leaderboardId, LeaderboardVariant.TIME_SPAN_ALL_TIME,
LeaderboardVariant.COLLECTION_PUBLIC);

// REQUEST_LEADERBOARD is an arbitrary constant to check for in onActivityResult
activity.startActivityForResult(intent, REQUEST_LEADERBOARD);

更多信息请参见: https://developers.google.com/games/services/android/leaderboards#displaying_a_leaderboard

关于google-play - 如何在 Google 排行榜中默认打开 "All"而不是 "Social"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37415206/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com