次の方法で共有


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[]
属性

適用対象