Nfc Read Manager State Impl
Concrete implementation of NfcReadManagerState.
This class wraps an NfcReadManager and delegates state and operations to it. It's responsible for managing the lifecycle of the NFC manager and exposing its scanning results.
Properties
Link copied to clipboard
A StateFlow providing the current result of the NFC scanning process. Delegates to the underlying NfcReadManager.
Functions
Link copied to clipboard
Initializes and registers the underlying NfcReadManager.
Link copied to clipboard
Starts the NFC scanning process. Delegates to the underlying NfcReadManager.
Link copied to clipboard
Stops the NFC scanning process. Delegates to the underlying NfcReadManager.