GKLocalPlayerListener.ReceivedExchangeRequest Method

Definition

Method that is called when an exchange is requested.

[Foundation.Export("player:receivedExchangeRequest:forMatch:")]
[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)]
public virtual void ReceivedExchangeRequest (GameKit.GKPlayer player, GameKit.GKTurnBasedExchange exchange, GameKit.GKTurnBasedMatch match);
abstract member ReceivedExchangeRequest : GameKit.GKPlayer * GameKit.GKTurnBasedExchange * GameKit.GKTurnBasedMatch -> unit
override this.ReceivedExchangeRequest : GameKit.GKPlayer * GameKit.GKTurnBasedExchange * GameKit.GKTurnBasedMatch -> unit

Parameters

player
GKPlayer
Attributes

Applies to