다음을 통해 공유


GKTurnBasedEventListener.DidRequestMatchWithOtherPlayers 메서드

정의

와 일치playersToInvite를 요청할 때 player 호출되는 메서드입니다.

[Foundation.Export("player:didRequestMatchWithOtherPlayers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidRequestMatchWithOtherPlayers (GameKit.GKPlayer player, GameKit.GKPlayer[] playersToInvite);
abstract member DidRequestMatchWithOtherPlayers : GameKit.GKPlayer * GameKit.GKPlayer[] -> unit
override this.DidRequestMatchWithOtherPlayers : GameKit.GKPlayer * GameKit.GKPlayer[] -> unit

매개 변수

player
GKPlayer
playersToInvite
GKPlayer[]
특성

적용 대상