Compartilhar via


GKLocalPlayerListener.DidRequestMatchWithOtherPlayers Método

Definição

Método que é chamado quando o player convida um grupo de playersToInvite para jogar uma partida.

[Foundation.Export("player:didRequestMatchWithOtherPlayers:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 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.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 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

Parâmetros

player
GKPlayer
playersToInvite
GKPlayer[]
Atributos

Aplica-se a