GKMatchmakerViewControllerDelegate_Extensions.ReceivedAcceptFromHostedPlayer Method

Definition

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

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'HostedPlayerDidAccept' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.None, "Use 'HostedPlayerDidAccept' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void ReceivedAcceptFromHostedPlayer (this GameKit.IGKMatchmakerViewControllerDelegate This, GameKit.GKMatchmakerViewController viewController, string playerID);
static member ReceivedAcceptFromHostedPlayer : GameKit.IGKMatchmakerViewControllerDelegate * GameKit.GKMatchmakerViewController * string -> unit

Parameters

This
IGKMatchmakerViewControllerDelegate

The instance on which this extension method operates.

playerID
String
Attributes

Applies to