Share via


GKMatchmakerViewControllerDelegate.HostedPlayerDidAccept Method

Definition

[Foundation.Export("matchmakerViewController:hostedPlayerDidAccept:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void HostedPlayerDidAccept(GameKit.GKMatchmakerViewController viewController, GameKit.GKPlayer playerID);
[<Foundation.Export("matchmakerViewController:hostedPlayerDidAccept:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member HostedPlayerDidAccept : GameKit.GKMatchmakerViewController * GameKit.GKPlayer -> unit
override this.HostedPlayerDidAccept : GameKit.GKMatchmakerViewController * GameKit.GKPlayer -> unit

Parameters

playerID
GKPlayer

Implements

Attributes

Applies to