使用Google游戏服务,如何使用Xamarin获取“当前玩家”的参与者ID?在Java中,它只是
room.getParticipantId(Games.Players.getCurrentPlayerId(mGoogleApiClient));
但我无法在C#中找到与Xamarin google游戏组件相同的内容。
答案 0 :(得分:1)
其中client
是添加了GoogleApiClient
并添加了GamesClass.API
的{{1}}:
GamesClass.ScopeGames