ProximityPresentScreen

fun ProximityPresentScreen(sdk: WalletSdk, credentialId: String? = null, onClose: () -> Unit)

In-person (ISO 18013-5 QR + BLE) presentment, driven headlessly by the SDK's com.wallet.clients.WalletClient.startPresentment: Bluetooth gates → engagement QR for the verifier to scan → consent (the SDK's consent sheet, hosted by the app) → the shared result overlay: the same wording as the Android presentment screen: green "The info was shared", grey "Cancelled" (holder declined), red "Something went wrong" (or "None of your cards match this request").

Parameters

credentialId

the card to share, or null (the home PRESENT action) to let the verifier's request pick the matching card on the consent sheet.