GKScore.ReportScores 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.
Overloads
| Name | Description |
|---|---|
| ReportScores(GKScore[], Action<NSError>) | |
| ReportScores(GKScore[], GKChallenge[], Action<NSError>) |
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[]
- 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[]
- Attributes