다음을 통해 공유


GKMatchDelegate.Failed(GKMatch, NSError) 메서드

정의

매치가 플레이어에 연결할 수 없을 때 호출되는 메서드입니다.

[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

매개 변수

match
GKMatch
error
NSError

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

특성

적용 대상