Package-level declarations

Types

Link copied to clipboard

The level of Error Correction to apply to the QR Code image. The Higher the Error Correction, the lower quality print the QRCode can be (think of "wow, even with the paper a bit crumpled, it still read the QR Code!" - that is likely a HIGH or VERY_HIGH error correction).

Link copied to clipboard

Patterns to apply to the QRCode. They change how the QRCode looks in the end.

Link copied to clipboard

QRCode Modes. Basically represents which kind of data is being encoded.

Link copied to clipboard
class QRCodeProcessor @JvmOverloads constructor(data: String, errorCorrectionLevel: ErrorCorrectionLevel = ErrorCorrectionLevel.MEDIUM, dataType: QRCodeDataType = QRUtil.getDataType(data), val graphicsFactory: QRCodeGraphicsFactory = QRCodeGraphicsFactory())

A Class/Library that helps encode data as QR Code images without any external dependencies.

Link copied to clipboard

Alias for a matrix of QRCodeSquare