Edit

Share via


GKAchievement.LoadAchievementsAsync Method

Definition

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

public static System.Threading.Tasks.Task<GameKit.GKAchievement[]> LoadAchievementsAsync ();
static member LoadAchievementsAsync : unit -> System.Threading.Tasks.Task<GameKit.GKAchievement[]>

Returns

A task that represents the asynchronous LoadAchievements operation. The value of the TResult parameter is a GameKit.GKCompletionHandler.

Applies to