Поделиться через


GKAchievement.ReportAchievementsAsync Метод

Определение

Перегрузки

ReportAchievementsAsync(GKAchievement[])

Сообщает о предоставленных достижениях и соответствующих задачах в Game Center, а затем вызывает completionHandler с объектом ошибки , если null ошибка не произошла.

ReportAchievementsAsync(GKAchievement[], GKChallenge[])

Asychronously сообщает о предоставленных достижениях и вызовах в Game Center.

ReportAchievementsAsync(GKAchievement[])

Сообщает о предоставленных достижениях и соответствующих задачах в Game Center, а затем вызывает completionHandler с объектом ошибки , если null ошибка не произошла.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task ReportAchievementsAsync (GameKit.GKAchievement[] achievements);
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task ReportAchievementsAsync (GameKit.GKAchievement[] achievements);
static member ReportAchievementsAsync : GameKit.GKAchievement[] -> System.Threading.Tasks.Task

Параметры

achievements
GKAchievement[]

Достижения для отчета в Game Center.

Возвращаемое значение

Задача, представляющая асинхронную операцию ReportAchievements.

Атрибуты

Применяется к

ReportAchievementsAsync(GKAchievement[], GKChallenge[])

Asychronously сообщает о предоставленных достижениях и вызовах в Game Center.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task ReportAchievementsAsync (GameKit.GKAchievement[] achievements, GameKit.GKChallenge[] challenges);
static member ReportAchievementsAsync : GameKit.GKAchievement[] * GameKit.GKChallenge[] -> System.Threading.Tasks.Task

Параметры

achievements
GKAchievement[]
challenges
GKChallenge[]

Возвращаемое значение

Атрибуты

Применяется к