INFCNdefReaderSessionDelegate Interface

Definition

Defines the delegate-object interface for NFCNdefReaderSession objects.

[Foundation.Protocol(Name="NFCNDEFReaderSessionDelegate", WrapperType=typeof(CoreNFC.NFCNdefReaderSessionDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INFCNdefReaderSessionDelegate : IDisposable, ObjCRuntime.INativeObject
type INFCNdefReaderSessionDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

DidDetect(NFCNdefReaderSession, NFCNdefMessage[])

Developers may override this method to react to the detection of NFC tags.

DidInvalidate(NFCNdefReaderSession, NSError)

Developers may override this method to react to the invalidation of an NFCNdefReaderSession.

Applies to