다음을 통해 공유


GKMatchDelegate.ShouldReinviteDisconnectedPlayer(GKMatch, GKPlayer) 메서드

정의

플레이어가 2인 매치에서 연결이 끊어지면 호출되는 메서드입니다.

[Foundation.Export("match:shouldReinviteDisconnectedPlayer:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldReinviteDisconnectedPlayer (GameKit.GKMatch match, GameKit.GKPlayer player);
abstract member ShouldReinviteDisconnectedPlayer : GameKit.GKMatch * GameKit.GKPlayer -> bool
override this.ShouldReinviteDisconnectedPlayer : GameKit.GKMatch * GameKit.GKPlayer -> bool

매개 변수

match
GKMatch
player
GKPlayer

반환

특성

적용 대상