Nfc Scan Bottom Sheet
internal fun NfcScanBottomSheet(config: NfcConfig, isVisible: Boolean, onDismiss: () -> Unit)(source)
Bottom sheet shown during NFC scanning on Android.
Parameters
config
The NfcConfig supplying UI strings, animation slot, and dismissal behaviour.
is Visible
Whether the sheet is currently shown.
on Dismiss
Called when the sheet is dismissed (drag, back press, outside tap, or cancel button).