Compartir a través de


GKLocalPlayerListener.DidAcceptInvite(GKPlayer, GKInvite) Método

Definición

Método al que se llama cuando el especificado player acepta la invitación de coincidencia proporcionada.

[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

Parámetros

player
GKPlayer
invite
GKInvite
Atributos

Se aplica a