xamarinios
namespace GameKit
{
    [Protocol(Name = "GKMatchmakerViewControllerDelegate", WrapperType = typeof(GKMatchmakerViewControllerDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "WasCancelled", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(GKMatchmakerViewController) }, Selector = "matchmakerViewControllerWasCancelled:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFailWithError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKMatchmakerViewController), typeof(NSError) }, Selector = "matchmakerViewController:didFailWithError:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFindMatch", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKMatchmakerViewController), typeof(GKMatch) }, Selector = "matchmakerViewController:didFindMatch:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFindPlayers", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKMatchmakerViewController), typeof(string[]) }, Selector = "matchmakerViewController:didFindPlayers:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFindHostedPlayers", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKMatchmakerViewController), typeof(GKPlayer[]) }, Selector = "matchmakerViewController:didFindHostedPlayers:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReceivedAcceptFromHostedPlayer", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKMatchmakerViewController), typeof(string) }, Selector = "matchmakerViewController:didReceiveAcceptFromHostedPlayer:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "HostedPlayerDidAccept", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(GKMatchmakerViewController), typeof(GKPlayer) }, Selector = "matchmakerViewController:hostedPlayerDidAccept:")]
    [Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
    public interface IGKMatchmakerViewControllerDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("matchmakerViewController:didFindMatch:")]
        [Preserve(Conditional = true)]
        void DidFindMatch(GKMatchmakerViewController! viewController, GKMatch! match);
    }
}
Xamarin iOS 0.0
Xamarin macOS 0.0
Xamarin tvOS 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.

  • Built-in API
  • Package-provided API

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