NfcScanBottomSheet

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.

isVisible

Whether the sheet is currently shown.

onDismiss

Called when the sheet is dismissed (drag, back press, outside tap, or cancel button).