Share via


GKScore.ReportScores Method

Definition

Overloads

ReportScores(GKScore[], Action<NSError>)

[Foundation.Export("reportScores:withCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ReportScores(GameKit.GKScore[] scores, Action<Foundation.NSError>? completionHandler);
[<Foundation.Export("reportScores:withCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ReportScores : GameKit.GKScore[] * Action<Foundation.NSError> -> unit

Parameters

scores
GKScore[]
completionHandler
Action<NSError>
Attributes

Applies to

ReportScores(GKScore[], GKChallenge[], Action<NSError>)

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

Parameters

scores
GKScore[]
challenges
GKChallenge[]
completionHandler
Action<NSError>
Attributes

Applies to