xamarinmac
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
}
Assembly Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065
.NET 6.07.08.09.0
Platform Restrictions

The selected framework does not have platform annotations.

  • Built-in API
  • Package-provided API

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