다음을 통해 공유


GKMatchDelegate.StateChangedForPlayer 메서드

정의

플레이어의 연결 상태가 변경되면 호출되는 메서드입니다.

[Foundation.Export("match:player:didChangeConnectionState:")]
public virtual void StateChangedForPlayer (GameKit.GKMatch match, GameKit.GKPlayer player, GameKit.GKPlayerConnectionState state);
[Foundation.Export("match:player:didChangeConnectionState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StateChangedForPlayer (GameKit.GKMatch match, GameKit.GKPlayer player, GameKit.GKPlayerConnectionState state);
abstract member StateChangedForPlayer : GameKit.GKMatch * GameKit.GKPlayer * GameKit.GKPlayerConnectionState -> unit
override this.StateChangedForPlayer : GameKit.GKMatch * GameKit.GKPlayer * GameKit.GKPlayerConnectionState -> unit

매개 변수

match
GKMatch
player
GKPlayer
특성

적용 대상