Package-level declarations

Functions

Link copied to clipboard
fun NfcScannerEffect(onResult: (String?) -> Unit, onNfcDisabled: () -> Unit? = null)
Link copied to clipboard
fun NfcWriterEffect(url: String, onResult: (Boolean) -> Unit, onNfcDisabled: () -> Unit? = null)

Writes url (a Meshtastic shared-contact or channel-set URL) to the next NDEF tag tapped against the phone. Mirrors NfcScannerEffect: keep it composed while a write is armed, dispose to disarm. onResult reports write success.