GKLeaderboard.LoadLeaderboardsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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