GKAchievement.ReportAchievements 方法

定义

重载

ReportAchievements(GKAchievement[], GKChallenge[], Action<NSError>)

将提供的成就和匹配的质询报告给游戏中心,然后使用错误对象null(如果未发生错误)调用completionHandler

ReportAchievements(GKAchievement[], Action<NSError>)

将提供的成就报告给游戏中心,然后使用错误对象null(如果未发生错误)调用 completionHandler

ReportAchievements(GKAchievement[], GKChallenge[], Action<NSError>)

将提供的成就和匹配的质询报告给游戏中心,然后使用错误对象null(如果未发生错误)调用completionHandler

[Foundation.Export("reportAchievements:withEligibleChallenges:withCompletionHandler:")]
[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 void ReportAchievements (GameKit.GKAchievement[] achievements, GameKit.GKChallenge[] challenges, Action<Foundation.NSError> completionHandler);
static member ReportAchievements : GameKit.GKAchievement[] * GameKit.GKChallenge[] * Action<Foundation.NSError> -> unit

参数

achievements
GKAchievement[]

要向游戏中心报告的成就。

challenges
GKChallenge[]

成就的相应挑战。

此参数可以为 null

completionHandler
Action<NSError>

在发布成就后调用的方法。

此参数可以为 null

属性

注解

完成处理程序仅在所有测试发布到游戏中心后调用一次。

适用于

ReportAchievements(GKAchievement[], Action<NSError>)

将提供的成就报告给游戏中心,然后使用错误对象null(如果未发生错误)调用 completionHandler

[Foundation.Export("reportAchievements:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ReportAchievements (GameKit.GKAchievement[] achievements, Action<Foundation.NSError> completionHandler);
[Foundation.Export("reportAchievements:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ReportAchievements (GameKit.GKAchievement[] achievements, Action<Foundation.NSError> completionHandler);
static member ReportAchievements : GameKit.GKAchievement[] * Action<Foundation.NSError> -> unit

参数

achievements
GKAchievement[]
completionHandler
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于