GKMatchmakerViewControllerDelegate.ReceivedAcceptFromHostedPlayer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("matchmakerViewController:didReceiveAcceptFromHostedPlayer:")]
[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 virtual void ReceivedAcceptFromHostedPlayer (GameKit.GKMatchmakerViewController viewController, string playerID);
abstract member ReceivedAcceptFromHostedPlayer : GameKit.GKMatchmakerViewController * string -> unit
override this.ReceivedAcceptFromHostedPlayer : GameKit.GKMatchmakerViewController * string -> unit
Parameters
- viewController
- GKMatchmakerViewController
- playerID
- String
- Attributes