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);
    }
}
Assembly Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
Xamarin iOS 0.0
Xamarin macOS 0.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/02/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙