Package-level declarations

Types

Link copied to clipboard
internal actual class NfcReadManager(config: NfcConfig) : NfcAdapter.ReaderCallback

Android implementation of NfcReadManager. This class handles NFC tag scanning using the Android NFC Adapter in Reader Mode.

internal expect class NfcReadManager(config: NfcConfig)

Manager class for handling NFC reading operations.

internal actual class NfcReadManager(config: NfcConfig) : NSObject, NFCTagReaderSessionDelegateProtocol

iOS implementation of NfcReadManager. This class handles NFC tag scanning using CoreNFC's NFCTagReaderSession.

Link copied to clipboard

Interface defining the state and operations for the NFC reader.

Link copied to clipboard

Concrete implementation of NfcReadManagerState.