次の方法で共有


IGKMatchmakerViewControllerDelegate.DidFindPlayers メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'DidFindHostedPlayers' を使用する必要があります。

[Foundation.Export("matchmakerViewController:didFindPlayers:")]
[Foundation.Preserve(Conditional=true)]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'DidFindHostedPlayers' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public void DidFindPlayers (GameKit.GKMatchmakerViewController viewController, string[] playerIDs);
abstract member DidFindPlayers : GameKit.GKMatchmakerViewController * string[] -> unit

パラメーター

playerIDs
String[]
属性

適用対象