xamarinmac
namespace GameKit
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Register("GKTurnBasedMatch", true)]
public class GKTurnBasedMatch : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 6, 0, PlatformArchitecture.None, "Use 'ParticipantQuitInTurn (GKTurnBasedMatchOutcome, GKTurnBasedParticipant[], double, NSData, Action<NSError>)' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 9, PlatformArchitecture.None, "Use 'ParticipantQuitInTurn (GKTurnBasedMatchOutcome, GKTurnBasedParticipant[], double, NSData, Action<NSError>)' instead.")]
[Export("participantQuitInTurnWithOutcome:nextParticipant:matchData:completionHandler:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public virtual void ParticipantQuitInTurn(GKTurnBasedMatchOutcome matchOutcome, GKTurnBasedParticipant! nextParticipant, NSData! matchData, [BlockProxy(typeof(NIDActionArity1V11))] Action<NSError!>? onCompletion);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |