Game | Data interface for retrieving game information. |
GamesMetadata |
This interface is deprecated.
Use GamesMetadataClient instead
|
GamesMetadata.LoadGamesResult |
This interface is deprecated.
GameBuffer is returned directly in the GamesMetadataClient .
|
Notifications |
This interface is deprecated.
Use NotificationsClient instead
|
Player | Data interface for retrieving player information. |
Players |
This interface is deprecated.
Use PlayersClient instead
|
Players.LoadPlayersResult |
This interface is deprecated.
Player is returned directly in the PlayersClient .
|
RealTimeMultiplayerClient.ReliableMessageSentCallback | Callback used when the sending of a reliable message has completed. |
VideosClient.OnCaptureOverlayStateListener | Listener that will notify about key user interactions with the overlay, such as starting/stopping capture or dismissing the overlay. |
AchievementsClient | A client to interact with achievements functionality. |
AnnotatedData<T> | Class to return annotated data. |
EventsClient | A client to interact with events functionality. |
GameBuffer | Data structure providing access to a list of games. |
GameEntity | Data object representing a set of Game data. |
Games | Main entry point for the Games APIs. |
Games.GamesOptions |
This class is deprecated.
Use setViewForPopups(View) and setGravityForPopups(int) instead.
|
Games.GamesOptions.Builder | This class is deprecated. GamesOptions class is deprecated. |
GamesActivityResultCodes | Result codes that can be set as result in Activities from the Client UI started with startActivityForResult(Intent, int) . |
GamesCallbackStatusCodes | Status codes for Games callbacks. |
GamesClient | A client to interact with games basic functionality. |
GamesClientStatusCodes | Status codes for Games Clients methods result Task failures. |
GamesMetadataClient | A client to receive GamesMetadata. |
GamesStatusCodes | This class is deprecated. Used only for GoogleApiClient Games API. |
InvitationsClient | A client to interact with invitations functionality. |
LeaderboardsClient | A client to interact with leaderboards functionality. |
LeaderboardsClient.LeaderboardScores | Result delivered when leaderboard scores have been loaded. |
NotificationsClient | A client to interact with Notifications. |
PageDirection | Direction constants for pagination over data sets. |
PlayerBuffer | Data structure providing access to a list of players. |
PlayerEntity | Data object representing a set of Player data. |
PlayerLevel | Data object representing a level a player can obtain in the metagame. |
PlayerLevelInfo | Data object representing the current level information of a player in the metagame. |
PlayersClient | A client to interact with Players. |
PlayerStatsClient | A client to retrieve Player stats. |
RealTimeMultiplayerClient | A client to interact with real time multiplayer functionality. |
SnapshotsClient | A client to interact with Shapshots. |
SnapshotsClient.DataOrConflict<T> | Represents the result of attempting to open a snapshot or resolve a conflict from a previous attempt. |
SnapshotsClient.SnapshotConflict | Result delivered when a conflict was detected during open(SnapshotMetadata) or resolveConflict(String, Snapshot) . |
TurnBasedMultiplayerClient | A client to interact with turn based multiplayer. |
VideosClient | A client to interact with videos. |
SnapshotsClient.SnapshotContentUnavailableApiException | Indicates that the snapshot contents are unavailable at the moment, but the SnapshotMetadata is
available through getSnapshotMetadata() . |
TurnBasedMultiplayerClient.MatchOutOfDateApiException | Indicates that the local match state was out of date. |