Skip to content

QrHighlightingShape

Alexander Zhirkevich edited this page Sep 5, 2022 · 2 revisions

Shape of the QR code highlighting.

fun interface QrHighlightingShape : QrShapeModifier

Default implementations

Implementation Description
QrHighlightingShape.Default Square shape
QrHighlightingShape.Circle Circle shape
QrHighlightingShape.RoundCorners Rounded corners shape

Comments

Any QrShapeModifier can be converted to QrHighlightingShape using QrShapeModifier.asHightlightingShape function

Clone this wiki locally