xamarinmac
namespace GameKit
{
[Protocol(Name = "GKTurnBasedMatchmakerViewControllerDelegate", WrapperType = typeof(GKTurnBasedMatchmakerViewControllerDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "WasCancelled", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(GKTurnBasedMatchmakerViewController) }, Selector = "turnBasedMatchmakerViewControllerWasCancelled:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FailedWithError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKTurnBasedMatchmakerViewController), typeof(NSError) }, Selector = "turnBasedMatchmakerViewController:didFailWithError:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FoundMatch", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKTurnBasedMatchmakerViewController), typeof(GKTurnBasedMatch) }, Selector = "turnBasedMatchmakerViewController:didFindMatch:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "PlayerQuitForMatch", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKTurnBasedMatchmakerViewController), typeof(GKTurnBasedMatch) }, Selector = "turnBasedMatchmakerViewController:playerQuitForMatch:")]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public interface IGKTurnBasedMatchmakerViewControllerDelegate : INativeObject, IDisposable
}
.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. |