次の方法で共有


GKLeaderboard.LoadCategoriesAsync メソッド

定義

非推奨になりました。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'LoadLeaderboards' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use 'LoadLeaderboards' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<GameKit.GKCategoryResult> LoadCategoriesAsync ();
static member LoadCategoriesAsync : unit -> System.Threading.Tasks.Task<GameKit.GKCategoryResult>

戻り値

非同期の LoadCategories 操作を表すタスク。 TResult パラメーターの値は GameKit.GKCategoryResult 型です。 非同期メソッドのカテゴリとタイトルの結果。

属性

適用対象