Share via


GKScore.ReportLeaderboardScores Method

Definition

[Foundation.Export("reportLeaderboardScores:withEligibleChallenges:withCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ReportLeaderboardScores(GameKit.GKLeaderboardScore[] scores, GameKit.GKChallenge[] eligibleChallenges, Action<Foundation.NSError>? completionHandler);
[<Foundation.Export("reportLeaderboardScores:withEligibleChallenges:withCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ReportLeaderboardScores : GameKit.GKLeaderboardScore[] * GameKit.GKChallenge[] * Action<Foundation.NSError> -> unit

Parameters

eligibleChallenges
GKChallenge[]
completionHandler
Action<NSError>
Attributes

Applies to