Edit

Share via


GKTurnBasedMatch.EndTurnWithNextParticipant Method

Definition

Developers should not use this deprecated method. Developers should use 'EndTurn' instead.

[Foundation.Export("endTurnWithNextParticipant:matchData:completionHandler:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.None, "Use 'EndTurn' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndTurnWithNextParticipant (GameKit.GKTurnBasedParticipant nextParticipant, Foundation.NSData matchData, Action<Foundation.NSError> noCompletion);
abstract member EndTurnWithNextParticipant : GameKit.GKTurnBasedParticipant * Foundation.NSData * Action<Foundation.NSError> -> unit
override this.EndTurnWithNextParticipant : GameKit.GKTurnBasedParticipant * Foundation.NSData * Action<Foundation.NSError> -> unit

Parameters

nextParticipant
GKTurnBasedParticipant
matchData
NSData
noCompletion
Action<NSError>

To be added.

This parameter can be null.

Attributes

Applies to