QRCode
object QRCode
Types
Functions
Link copied to clipboard
fun createQRCodeBitmap(content: String, @IntRange(from = 0) width: Int, @IntRange(from = 0) height: Int, characterSet: String = "UTF-8", errorCorrection: ErrorCorrectionLevel = ErrorCorrectionLevel.H, @IntRange(from = 0) margin: Int = 2, qrColor: QRCode.QRColor = QRColor()): Bitmap
Create QR code bitmap (support custom configuration and custom style).