GKLocalPlayerListener.ReceivedExchangeCancellation Method

Definition

Method that is called when an exchange is cancelled.

[Foundation.Export("player:receivedExchangeCancellation: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 ReceivedExchangeCancellation (GameKit.GKPlayer player, GameKit.GKTurnBasedExchange exchange, GameKit.GKTurnBasedMatch match);
abstract member ReceivedExchangeCancellation : GameKit.GKPlayer * GameKit.GKTurnBasedExchange * GameKit.GKTurnBasedMatch -> unit
override this.ReceivedExchangeCancellation : GameKit.GKPlayer * GameKit.GKTurnBasedExchange * GameKit.GKTurnBasedMatch -> unit

Parameters

player
GKPlayer
Attributes

Applies to