Package-level declarations
Types
Link copied to clipboard
Android implementation of NfcReadManager. This class handles NFC tag scanning using the Android NFC Adapter in Reader Mode.
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 NfcReadManagerState
Interface defining the state and operations for the NFC reader.
Link copied to clipboard
Concrete implementation of NfcReadManagerState.