Show / Hide Table of Contents

Class AN_Games

Main entry point for the Games APIs. This class provides APIs and interfaces to access the Google Play game services functionality.

Inheritance
System.Object
AN_Games
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public static class AN_Games

Methods

GetAchievementsClient()

Returns a new instance of AN_AchievementsClient

Declaration
public static AN_AchievementsClient GetAchievementsClient()
Returns
Type Description
AN_AchievementsClient

GetGamesClient()

Returns a new instance of AN_GamesClient

Declaration
public static AN_GamesClient GetGamesClient()
Returns
Type Description
AN_GamesClient

GetLeaderboardsClient()

Returns a new instance of AN_LeaderboardsClient

Declaration
public static AN_LeaderboardsClient GetLeaderboardsClient()
Returns
Type Description
AN_LeaderboardsClient

GetPlayersClient()

Returns a new instance of AN_PlayersClient

Declaration
public static AN_PlayersClient GetPlayersClient()
Returns
Type Description
AN_PlayersClient

GetSnapshotsClient()

Returns a new instance of AN_SnapshotsClient

Declaration
public static AN_SnapshotsClient GetSnapshotsClient()
Returns
Type Description
AN_SnapshotsClient
In This Article
Back to top Generated by DocFX