Package-level declarations
Types
Link copied to clipboard
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