次の方法で共有


GKAchievement.ReportAchievements メソッド

定義

オーバーロード

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

提供された実績と一致する課題を Game Center に報告し、エラーが発生しなかった場合はnullエラー オブジェクトを使用して を呼び出completionHandlerします。

ReportAchievements(GKAchievement[], Action<NSError>)

提供された実績を Game Center に報告し、エラーが発生しなかった場合は null エラー オブジェクトを使用して を呼び出completionHandlerします。

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

提供された実績と一致する課題を Game Center に報告し、エラーが発生しなかった場合は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[]

Game Center に報告する実績。

challenges
GKChallenge[]

アチーブメントに対応する課題。

このパラメーターは、null に設定できます。

completionHandler
Action<NSError>

アチーブメントが投稿された後に呼び出すメソッド。

このパラメーターは、null に設定できます。

属性

注釈

完了ハンドラーは、すべてのアキイメントが Game Center にポストされた後に 1 回だけ呼び出されます。

適用対象

ReportAchievements(GKAchievement[], Action<NSError>)

提供された実績を Game Center に報告し、エラーが発生しなかった場合は 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 に設定できます。

属性

適用対象