GKAchievement.ReportAchievements メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ReportAchievements(GKAchievement[], GKChallenge[], Action<NSError>) |
提供された実績と一致する課題を Game Center に報告し、エラーが発生しなかった場合は |
ReportAchievements(GKAchievement[], Action<NSError>) |
提供された実績を Game Center に報告し、エラーが発生しなかった場合は |
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 に報告する実績。
- 属性
注釈
完了ハンドラーは、すべてのアキイメントが 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[]
- 属性