GameKit.GKScore.ReportScores Method
Reports the provides scores back to GameCenter

Syntax

[Foundation.Export("reportScores:withEligibleChallenges:withCompletionHandler:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_7_0)]
public static void ReportScores (GKScore[] scores, GKChallenge[] challenges, [ObjCRuntime.BlockProxy(typeof(ObjCRuntime.Trampolines/NIDActionArity1V0))] Action<Foundation.NSError> completionHandler)

Parameters

scores
Scores to report back to Game Center.
challenges

Challenges linked to the scores.

This parameter can be null.

completionHandler
Method to invoke after the scores have been posted to Game Center.

Remarks

The completion handler is only invoked after all the GKScore objects have been posted to the server.

Requirements

Namespace: GameKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0