QR Code Reader Confirmation¶
The QR Code Reader Confirmation screen displays the confirmation screen after scanning a QR code during the onboarding process.
Definition¶
@Composable
fun QRConfirmScreen(
serviceUrl: String,
qrConfirmScreenSettings: QRConfirmScreenSettings? = null,
confirmButtonClickListener: ViewClickListener? = null
) { ... }
Example¶
QRConfirmScreen(serviceUrl = "http://www.sap.com")
Last update: February 20, 2023