The IsoMdlPresentation Component (for iOS and Android) lets you manage an 18013-5 presentation interaction from the Wallet perspective
let credentialStore = CredentialStore()
let isomdlPresentation = credentialStore.presentMdocBle(deviceEngagement: .QRCode, callback: BleSessionStateDelegate))
val credentialViewModel = ViewModelProvider.AndroidViewModelFactory(application)
.create(CredentialsViewModel::class.java)
val isomdlPresentation = credentialViewModel.session.collectAsState()