Meshtastic App
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Meshtastic App
core-nfc
/
org.meshtastic.core.nfc
Package-level
declarations
Functions
Functions
Nfc
Scanner
Effect
Link copied to clipboard
@
Composable
fun
NfcScannerEffect
(
onResult
:
(
String
?
)
->
Unit
,
onNfcDisabled
:
(
)
->
Unit
?
=
null
)