QrCode

constructor(version: Int, errorCorrectionLevel: QrCode.Ecc, dataCodewords: ByteArray, msk: Int)

Parameters

version

The version number of this QR Code, which is between 1 and 40 (inclusive). This determines the size of this barcode.

errorCorrectionLevel

The error correction level used in this QR Code.