次の方法で共有


GKAchievement.SelectChallengeablePlayers メソッド

定義

アチーブメントを獲得できるプレーヤーを返し、 に completionHandler渡し、エラーが発生しなかった場合の null エラー オブジェクトを返します。

[Foundation.Export("selectChallengeablePlayers:withCompletionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 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 virtual void SelectChallengeablePlayers (GameKit.GKPlayer[] players, Action<GameKit.GKPlayer[],Foundation.NSError> completionHandler);
abstract member SelectChallengeablePlayers : GameKit.GKPlayer[] * Action<GameKit.GKPlayer[], Foundation.NSError> -> unit
override this.SelectChallengeablePlayers : GameKit.GKPlayer[] * Action<GameKit.GKPlayer[], Foundation.NSError> -> unit

パラメーター

players
GKPlayer[]
completionHandler
Action<GKPlayer[],NSError>

追加する。

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

属性

適用対象