NfcReadManagerStateImpl

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.

Constructors

Link copied to clipboard
constructor(config: NfcConfig)

Properties

Link copied to clipboard
open override val nfcReadResult: StateFlow<NfcReadResult>

A StateFlow providing the current result of the NFC scanning process. Delegates to the underlying NfcReadManager.

Functions

Link copied to clipboard
open override fun InitNfcManager()

Initializes and registers the underlying NfcReadManager.

Link copied to clipboard
open override fun startScanning()

Starts the NFC scanning process. Delegates to the underlying NfcReadManager.

Link copied to clipboard
open override fun stopScanning()

Stops the NFC scanning process. Delegates to the underlying NfcReadManager.