gpt4 book ai didi

android - BaseGameActivity 上的 getApiClient 在哪里?

转载 作者:行者123 更新时间:2023-11-29 16:03:27 27 4
gpt4 key购买 nike

Google 文档位于 https://developers.google.com/games/services/android/init说是

Your game must have a reference to the GoogleApiClient object in order to make any API calls to the Play Games services. During its activity's lifecycle, your game can retrieve the GoogleApiClient object at any time after onCreate(), by calling getApiClient(). For example:

Games.Leaderboards.submitScore(getApiClient(), LB_ID, 12345);

最初该页面还说:

The BaseGameActivity class wraps the GoogleApiClient, reducing the complexity of setting up a connection with the Google Play servers and managing user sign-in.

但是,我在 BaseGameActivityGameHelper 中找不到 getApiClient()。它在哪里?

最佳答案

BaseGameActivity 是围绕 GamesClient 的包装类,自 2014 年 2 月 7 日起已弃用。

您可以将 BaseGameActivityGamesClientGoogleApiClient 一起使用。

我认为文档还没有完成。这是昨天的事。

要使用 GoogleApiClient,请参阅

https://developers.google.com/games/services/training/signin#signing_the_player_in_at_startup

关于android - BaseGameActivity 上的 getApiClient 在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21784155/

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