xamarinios
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 = "MCSessionDelegate", WrapperType = typeof(MCSessionDelegateWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidChangeState", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MCSession), typeof(MCPeerID), typeof(MCSessionState) }, Selector = "session:peer:didChangeState:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidReceiveData", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(MCSession), typeof(NSData), typeof(MCPeerID) }, Selector = "session:didReceiveData:fromPeer:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidStartReceivingResource", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(MCSession), typeof(string), typeof(MCPeerID), typeof(NSProgress) }, Selector = "session:didStartReceivingResourceWithName:fromPeer:withProgress:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidFinishReceivingResource", ParameterByRef = new[] { false, false, false, false, false }, ParameterType = new[] { typeof(MCSession), typeof(string), typeof(MCPeerID), typeof(NSUrl), typeof(NSError) }, Selector = "session:didFinishReceivingResourceWithName:fromPeer:atURL:withError:")]
    [ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidReceiveStream", ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(MCSession), typeof(NSInputStream), typeof(string), typeof(MCPeerID) }, Selector = "session:didReceiveStream:withName:fromPeer:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "DidReceiveCertificate", ParameterBlockProxy = new[] { null, null, null, typeof(NIDActionArity1V4) }, ParameterByRef = new[] { false, false, false, false }, ParameterType = new[] { typeof(MCSession), typeof(SecCertificate[]), typeof(MCPeerID), typeof(Action<bool>) }, ReturnType = typeof(bool), Selector = "session:didReceiveCertificate:fromPeer:certificateHandler:")]
    public interface IMCSessionDelegate : INativeObject, IDisposable
}
.NET 6.07.08.09.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/19/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙