如何在Xamarin中获取当前玩家的参与者ID

时间:2016-08-15 21:23:05

标签: android xamarin xamarin.android google-play-services google-play-games

使用Google游戏服务,如何使用Xamarin获取“当前玩家”的参与者ID?在Java中,它只是

room.getParticipantId(Games.Players.getCurrentPlayerId(mGoogleApiClient));

但我无法在C#中找到与Xamarin google游戏组件相同的内容。

1 个答案:

答案 0 :(得分:1)

其中client是添加了GoogleApiClient并添加了GamesClass.API的{​​{1}}:

GamesClass.ScopeGames