INFCReaderSessionDelegate Interface

Definition

The delegate-object interface for NFCReaderSession objects.

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

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

DidBecomeActive(NFCReaderSession)

Developers may override this method to react to the NFCReaderSession activating.

DidDetectTags(NFCReaderSession, INFCTag[])

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

DidInvalidate(NFCReaderSession, NSError)

Developers may override this method to react to the invalidation of the NFCReaderSession.

Applies to