Поделиться через


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.

Атрибуты

Применяется к