printQrcode

abstract suspend fun printQrcode(qrCode: String): Result<SdkSuccessAnswer.SuccessPrint>

Prints a QR code.

Return

Result which can be a Result.Success containing SdkSuccessAnswer.SuccessPrint if the QR code is printed successfully, or a Result.Error if the operation fails.

Parameters

qrCode

The content to encode in the QR code.