xamarintvos
namespace MultipeerConnectivity
{
    [Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
    [Introduced(PlatformName.MacOSX, 10, 10, PlatformArchitecture.All, null)]
    [Protocol(Name = "MCNearbyServiceBrowserDelegate", WrapperType = typeof(MCNearbyServiceBrowserDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "FoundPeer", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MCNearbyServiceBrowser), typeof(MCPeerID), typeof(NSDictionary) }, Selector = "browser:foundPeer:withDiscoveryInfo:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "LostPeer", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MCNearbyServiceBrowser), typeof(MCPeerID) }, Selector = "browser:lostPeer:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidNotStartBrowsingForPeers", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(MCNearbyServiceBrowser), typeof(NSError) }, Selector = "browser:didNotStartBrowsingForPeers:")]
    public interface IMCNearbyServiceBrowserDelegate : INativeObject, IDisposable
    {
        [BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
        [Export("browser:foundPeer:withDiscoveryInfo:")]
        [Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
        [Introduced(PlatformName.MacOSX, 10, 9, PlatformArchitecture.All, null)]
        [Preserve(Conditional = true)]
        void FoundPeer(MCNearbyServiceBrowser! browser, MCPeerID! peerID, NSDictionary? info);
    }
}
Assembly Xamarin.TVOS , 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/01/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙