Share via


GKMatchmakerViewControllerDelegate_Extensions.GetMatchProperties Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void GetMatchProperties(this GameKit.IGKMatchmakerViewControllerDelegate This, GameKit.GKMatchmakerViewController viewController, GameKit.GKPlayer recipient, Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> completionHandler);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMatchProperties : GameKit.IGKMatchmakerViewControllerDelegate * GameKit.GKMatchmakerViewController * GameKit.GKPlayer * Action<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>> -> unit

Parameters

recipient
GKPlayer
completionHandler
Action<NSDictionary<NSString,NSObject>>
Attributes

Applies to