Show / Hide Table of Contents

Class ISN_GKLeaderboardsResult

Leaderboards Result Model.

Inheritance
System.Object
ISN_GKLeaderboardsResult
Namespace: SA.iOS.GameKit
Assembly: cs.temp.dll.dll
Syntax
public class ISN_GKLeaderboardsResult : SA_Result

Constructors

ISN_GKLeaderboardsResult(List<ISN_GKLeaderboard>)

Initializes a new instance of the ISN_GKLeaderboardsResult class.

Declaration
public ISN_GKLeaderboardsResult(List<ISN_GKLeaderboard> leaderboards)
Parameters
Type Name Description
List<ISN_GKLeaderboard> leaderboards

Leaderboards.

Properties

Leaderboards

An array of ISN_GKLeaderboard objects that provides the leaderboards for your game. If an error occurred, this value may be non-null. In this case, the array holds whatever data Game Kit was able to download before the error occurred.

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