다음을 통해 공유


GKLocalPlayerListener.DidAcceptInvite(GKPlayer, GKInvite) 메서드

정의

지정된 가 제공된 player 일치 초대를 수락할 때 호출되는 메서드입니다.

[Foundation.Export("player:didAcceptInvite:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidAcceptInvite (GameKit.GKPlayer player, GameKit.GKInvite invite);
abstract member DidAcceptInvite : GameKit.GKPlayer * GameKit.GKInvite -> unit
override this.DidAcceptInvite : GameKit.GKPlayer * GameKit.GKInvite -> unit

매개 변수

player
GKPlayer
invite
GKInvite
특성

적용 대상