GKAchievement.ResetAchivements(Action<NSError>) Method

Definition

Resets all achievements for the local player and then calls completionHandler with an error object that is null if no error occurred.

[Foundation.Export("resetAchievementsWithCompletionHandler:")]
public static void ResetAchivements (Action<Foundation.NSError> completionHandler);
static member ResetAchivements : Action<Foundation.NSError> -> unit

Parameters

completionHandler
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to