Package io. github. g0dkar. qrcode
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
class QRCode @JvmOverloads constructor(data: String, errorCorrectionLevel: ErrorCorrectionLevel, dataType: QRCodeDataType)
Content copied to clipboard
A Class/Library that helps encode data as QR Code images without any external dependencies.
Link copied to clipboard
QRCode Modes. Basically represents which kind of data is being encoded.