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

Syntax

public static System.Threading.Tasks.Task ReportScoresAsync (GKScore[] scores)

Parameters

scores
Scores to report back to Game Center.

Returns

A task that represents the asynchronous ReportScores operation

Remarks

The ReportScoresAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

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