Share via


IGKMatchDelegate.Failed(GKMatch, NSError) Method

Definition

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

[Foundation.Export("match:didFailWithError:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Failed(GameKit.GKMatch match, Foundation.NSError? error);
[<Foundation.Export("match:didFailWithError:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Failed : GameKit.GKMatch * Foundation.NSError -> unit
override this.Failed : GameKit.GKMatch * Foundation.NSError -> unit

Parameters

match
GKMatch
error
NSError

To be added.

This parameter can be null.

Attributes

Applies to