Show / Hide Table of Contents

Class AN_Leaderboard

Data interface for leaderboard metadata.

Inheritance
System.Object
AN_Leaderboard
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 class AN_Leaderboard

Properties

DisplayName

Retrieves the display name of this leaderboard.

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String

IconImageUri

Retrieves an image URI that can be used to load this leaderboard's icon, or null if there was a problem retrieving the icon.

Declaration
public string IconImageUri { get; }
Property Value
Type Description
System.String

LeaderboardId

Retrieves the ID of this leaderboard.

Declaration
public string LeaderboardId { get; }
Property Value
Type Description
System.String

LeaderboardScoreOrder

Retrieves the sort order of scores for this leaderboard.

Declaration
public AN_Leaderboard.ScoreOrder LeaderboardScoreOrder { get; }
Property Value
Type Description
AN_Leaderboard.ScoreOrder

Variants

Retrieves the AN_LeaderboardVariant's for this leaderboard. These will be returned sorted by time span first, then by variant type. Note that these variants are volatile, and are tied to the lifetime of the original buffer.

Declaration
public List<AN_LeaderboardVariant> Variants { get; }
Property Value
Type Description
List<AN_LeaderboardVariant>
In This Article
Back to top Generated by DocFX