Share via


GKScore.ReportScoresAsync Method

Definition

Overloads

Name Description
ReportScoresAsync(GKScore[])

Reports the provided scores to the Game Center.

ReportScoresAsync(GKScore[], GKChallenge[])

Asynchronously reports the provided scores to the Game Center

ReportScoresAsync(GKScore[])

Reports the provided scores to the Game Center.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task ReportScoresAsync(GameKit.GKScore[] scores);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ReportScoresAsync : GameKit.GKScore[] -> System.Threading.Tasks.Task

Parameters

scores
GKScore[]

Scores to report back to Game Center.

Returns

A task that represents the asynchronous ReportScores operation

Attributes

Applies to

ReportScoresAsync(GKScore[], GKChallenge[])

Asynchronously reports the provided scores to the Game Center

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task ReportScoresAsync(GameKit.GKScore[] scores, GameKit.GKChallenge[] challenges);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ReportScoresAsync : GameKit.GKScore[] * GameKit.GKChallenge[] -> System.Threading.Tasks.Task

Parameters

scores
GKScore[]
challenges
GKChallenge[]

Returns

Attributes

Applies to