GKTurnBasedMatch.EndTurnWithNextParticipant 方法

定义

开发人员不应使用此已弃用的方法。 开发人员应改用“EndTurn”。

[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

参数

nextParticipant
GKTurnBasedParticipant
matchData
NSData
noCompletion
Action<NSError>

内容待定。

此参数可以为 null

属性

适用于