Main entry point for the Games APIs. This class provides APIs and interfaces to access the Google Play Games Services functionality.
For more information, see the getting started guide.
| static AchievementsClient |
getAchievementsClient(Activity
activity)
Returns a new instance of
AchievementsClient
for use in an Activity.
|
| static EventsClient | |
| static GamesSignInClient |
getGamesSignInClient(Activity
activity)
Returns a new instance of
GamesSignInClient
for use in an Activity.
|
| static LeaderboardsClient |
getLeaderboardsClient(Activity
activity)
Returns a new instance of
LeaderboardsClient
for use in an Activity.
|
| static PlayerStatsClient |
getPlayerStatsClient(Activity
activity)
Returns a new instance of
PlayerStatsClient
for use in an Activity.
|
| static PlayersClient | |
| static RecallClient | |
| static SnapshotsClient |
getSnapshotsClient(Activity
activity)
Returns a new instance of
SnapshotsClient
for use in an Activity.
|
Returns a new instance of AchievementsClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of EventsClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of GamesSignInClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of LeaderboardsClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of PlayerStatsClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of PlayersClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of RecallClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|
Returns a new instance of SnapshotsClient
for use in an Activity.
| activity | The Activity
for this client. |
|---|