Show / Hide Table of Contents

Class AN_LeaderboardScores

Result delivered when leaderboard scores have been loaded.

Inheritance
System.Object
AN_LeaderboardScores
Namespace: SA.Android.GMS.Games
Assembly: cs.temp.dll.dll
Syntax
public class AN_LeaderboardScores : AN_LinkedObject

Properties

Leaderboard

The leaderboard that the requested scores belong to. This may be null if the leaderboard metadata could not be found.

Declaration
public AN_Leaderboard Leaderboard { get; }
Property Value
Type Description
AN_Leaderboard

Scores

The leaderboard scores that were requested. Could be empty. The listener must close this object when finished.

Declaration
public AN_LeaderboardScoreBuffer Scores { get; }
Property Value
Type Description
AN_LeaderboardScoreBuffer
In This Article
Back to top Generated by DocFX