Share via


GKMatchRequest.GetMaxPlayersAllowed(GKMatchType) Method

Definition

[Foundation.Export("maxPlayersAllowedForMatchOfType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static IntPtr GetMaxPlayersAllowed(GameKit.GKMatchType matchType);
[<Foundation.Export("maxPlayersAllowedForMatchOfType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetMaxPlayersAllowed : GameKit.GKMatchType -> nativeint

Parameters

matchType
GKMatchType

Returns

IntPtr

nativeint

Attributes

Applies to