GKMatch.ChooseBestHostPlayer(Action<String>) Method

Definition

Developers should not use this deprecated method. Developers should use 'ChooseBestHostingPlayer' instead.

[Foundation.Export("chooseBestHostPlayerWithCompletionHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'ChooseBestHostingPlayer' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'ChooseBestHostingPlayer' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ChooseBestHostPlayer (Action<string> completionHandler);
abstract member ChooseBestHostPlayer : Action<string> -> unit
override this.ChooseBestHostPlayer : Action<string> -> unit

Parameters

completionHandler
Action<String>
Attributes

Applies to