GKAchievement.ResetAchivements(Action<NSError>) 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.
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
- Attributes