xamarinios
namespace CoreNFC
{
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "NFCReaderSessionDelegate", WrapperType = typeof(NFCReaderSessionDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidBecomeActive", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(NFCReaderSession) }, Selector = "readerSessionDidBecomeActive:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidDetectTags", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NFCReaderSession), typeof(INFCTag[]) }, Selector = "readerSession:didDetectTags:")]
[ProtocolMember(IsProperty = false, IsRequired = true, IsStatic = false, Name = "DidInvalidate", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(NFCReaderSession), typeof(NSError) }, Selector = "readerSession:didInvalidateWithError:")]
public interface INFCReaderSessionDelegate : INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("readerSession:didDetectTags:")]
[Preserve(Conditional = true)]
void DidDetectTags(NFCReaderSession! session, INFCTag![]! tags);
}
}
Xamarin iOS | 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. |