xamarinios
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
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 11, PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 11, PlatformArchitecture.None, "Use 'GKTurnBasedEventListener.ReceivedTurnEvent' instead.")]
[Export("turnBasedMatchmakerViewController:didFindMatch:")]
[Preserve(Conditional = true)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
void FoundMatch(GKTurnBasedMatchmakerViewController! viewController, GKTurnBasedMatch! match);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |