Companion

Properties

Link copied to clipboard
const val DEFAULT_QRCODE_SIZE: Int = 0

Default value of canvasSize. If <= 0, the size will be computed automatically.

Link copied to clipboard

Default value of squareSize. Same value as DEFAULT_CELL_SIZE (value = 25)

Link copied to clipboard
const val DEFAULT_X_OFFSET: Int = 0

Default value of xOffset (value = 0)

Link copied to clipboard
const val DEFAULT_Y_OFFSET: Int = 0

Default value of yOffset (value = 0)

Functions

Link copied to clipboard

Creates a new QRCodeBuilder to build a Fancy QRCode which uses circles as the base shape.

Link copied to clipboard

Creates a new QRCodeBuilder to build a QRCode which uses a custom shape function.

Link copied to clipboard

Creates a new QRCodeBuilder to build a Fancy QRCode which uses rounded squares as the base shape.

Link copied to clipboard

Creates a new QRCodeBuilder to build a Fancy QRCode which uses squares as the base shape (this is the default)