Skip to content

QR Code Reader Confirmation

The QR Code Reader Confirmation screen displays the confirmation screen after scanning a QR code during the onboarding process.

QR Code Reader Confirmation

Definition

@Composable
fun QRConfirmScreen(
    serviceUrl: String,
    qrConfirmScreenSettings: QRConfirmScreenSettings? = null,
    confirmButtonClickListener: ViewClickListener? = null
) { ... }

Example

QRConfirmScreen(serviceUrl = "http://www.sap.com")

qrConfirmScreenSettings has a reference to IllustrationSettings to configure the icon on this screen, like what 'Activation Selection' screen does.


Last update: April 5, 2024