GKLeaderboard.LoadLeaderboardsAsync Method

Definition

Retrieves the list of leaderboards that have been configured for your application.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<GameKit.GKLeaderboard[]> LoadLeaderboardsAsync ();
static member LoadLeaderboardsAsync : unit -> System.Threading.Tasks.Task<GameKit.GKLeaderboard[]>

Returns

A task that represents the asynchronous LoadLeaderboards operation. The value of the TResult parameter is of type System.Action<GameKit.GKLeaderboard[],Foundation.NSError>.

Attributes

Applies to