QRCode-Kotlin
Toggle table of contents
4.5.0
common
Platform filter
common
Switch theme
Search in API
QRCode-Kotlin
QRCode-Kotlin
/
qrcode
/
QRCodeBuilder
/
withMaskPattern
with
Mask
Pattern
fun
withMaskPattern
(
maskPattern
:
MaskPattern
)
:
QRCodeBuilder
(
source
)
Which
MaskPattern
to apply on the QRCode. Mostly for aesthetics. Defaults to
MaskPattern.PATTERN000
.
See also
Mask
Pattern