Share via


GKMatchmaker.QueryPlayerGroupActivity(IntPtr, GKQueryHandler) Method

Definition

[Foundation.Export("queryPlayerGroupActivity:withCompletionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void QueryPlayerGroupActivity(IntPtr playerGroup, GameKit.GKQueryHandler? completionHandler);
[<Foundation.Export("queryPlayerGroupActivity:withCompletionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member QueryPlayerGroupActivity : nativeint * GameKit.GKQueryHandler -> unit
override this.QueryPlayerGroupActivity : nativeint * GameKit.GKQueryHandler -> unit

Parameters

playerGroup
IntPtr

nativeint

completionHandler
GKQueryHandler

To be added.

This parameter can be null.

Attributes

Applies to