GKMatchDelegate.Failed(GKMatch, NSError) Method

Definition

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

[Foundation.Export("match:didFailWithError:")]
public virtual void Failed (GameKit.GKMatch match, Foundation.NSError error);
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