NfcManagerForWifi

class NfcManagerForWifi(nfcAdapter: NfcAdapter?)

A class that manages the NFC adapter for the wifi provisioning.

Constructors

Link copied to clipboard
constructor(nfcAdapter: NfcAdapter?)

Properties

Link copied to clipboard
val nfcScanEvent: StateFlow<NfcScanEvent?>

Functions

Link copied to clipboard
fun onNfcTap(activity: Activity, message: NdefMessage)

Handles the NFC tap event.

Link copied to clipboard
fun onPause(activity: Activity)

Pauses the NFC reader.