Share via


IGKMatchmakerViewControllerDelegate.GetMatchProperties Method

Definition

[Foundation.Export("matchmakerViewController:getMatchPropertiesForRecipient:withCompletionHandler:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void GetMatchProperties(GameKit.GKMatchmakerViewController viewController, GameKit.GKPlayer recipient, Action<Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject>> completionHandler);
[<Foundation.Export("matchmakerViewController:getMatchPropertiesForRecipient:withCompletionHandler:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetMatchProperties : GameKit.GKMatchmakerViewController * GameKit.GKPlayer * Action<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>> -> unit
override this.GetMatchProperties : GameKit.GKMatchmakerViewController * GameKit.GKPlayer * Action<Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject>> -> unit

Parameters

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

Applies to