Show / Hide Table of Contents

Class AN_LeaderboardVariant

Data interface for a specific variant of a leaderboard; a variant is defined by the combination of the leaderboard's collection (public or social) and time span (daily, weekly, or all-time).

Inheritance
System.Object
AN_LeaderboardVariant
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_LeaderboardVariant

Properties

Collection

Retrieves the collection of scores contained by this variant.

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

DisplayPlayerRank

Retrieves the viewing player's formatted rank for this variant, if any.

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

DisplayPlayerScore

Retrieves the viewing player's score for this variant, if any.

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

HasPlayerInfo

Get whether or not this variant contains score information for the viewing player or not.

Declaration
public bool HasPlayerInfo { get; }
Property Value
Type Description
System.Boolean

NumScores

Retrieves the total number of scores for this variant.

Declaration
public long NumScores { get; }
Property Value
Type Description
System.Int64

PlayerRank

Retrieves the viewing player's rank for this variant, if any.

Declaration
public long PlayerRank { get; }
Property Value
Type Description
System.Int64

PlayerScoreTag

Retrieves the viewing player's score tag for this variant, if any.

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

RawPlayerScore

Retrieves the viewing player's score for this variant, if any.

Declaration
public long RawPlayerScore { get; }
Property Value
Type Description
System.Int64

TimeSpan

Retrieves the time span that the scores for this variant are drawn from.

Declaration
public AN_Leaderboard.TimeSpan TimeSpan { get; }
Property Value
Type Description
AN_Leaderboard.TimeSpan
In This Article
Back to top Generated by DocFX