Share via


GKMatchDelegate_Extensions.Failed(IGKMatchDelegate, GKMatch, NSError) Method

Definition

Method that is called when a match cannot connect to any of the players.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Failed(this GameKit.IGKMatchDelegate This, GameKit.GKMatch match, Foundation.NSError? error);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Failed : GameKit.IGKMatchDelegate * GameKit.GKMatch * Foundation.NSError -> unit

Parameters

match
GKMatch
error
NSError

To be added.

This parameter can be null.

Attributes

Applies to