INFCReaderSessionContract Interface

Definition

Interface defining the methods for an NFC detection- and reading- session.

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

Properties

AlertMessage

Gets or sets a user-meaningful message describing the application's use of NFC.

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)
Ready

Gets whether the session is ready to detect and read NFC tags.

Methods

BeginSession()

Starts a session for detecting and reading NFC tags.

InvalidateSession()

Closes an NFC session. Once invalidated, a session cannot be reused.

Applies to