GKAchievement.LoadAchievements(GKCompletionHandler) Method

Definition

Loads the achievement progress and then passes it to completionHandler, along with an error object that is null if no error occurred..

[Foundation.Export("loadAchievementsWithCompletionHandler:")]
public static void LoadAchievements (GameKit.GKCompletionHandler completionHandler);
static member LoadAchievements : GameKit.GKCompletionHandler -> unit

Parameters

completionHandler
GKCompletionHandler

To be added.

This parameter can be null.

Attributes

Applies to