readQRCode

open fun readQRCode(QRCodePath: String): String

Method to read QRCode

Return

content of the QRCode as String

Parameters

QRCodePath

: path where find the QRCode

Throws

when an error is occurred during reading of the QRCODE


open fun readQRCode(QRCode: File): String

Method to read QRCode

Return

content of the QRCode as String

Parameters

QRCode

: QRCode file to read

Throws

when an error is occurred during reading of the QRCODE