QRCode-Kotlin
Toggle table of contents
4.3.0
android
common
js
jvm
Platform filter
android
common
js
jvm
Switch theme
Search in API
QRCode-Kotlin
QRCode-Kotlin
/
qrcode.render
Package-level
declarations
Types
Types
QRCode
Graphics
Link copied to clipboard
android
common
js
jvm
actual
open
class
QRCodeGraphics
(
val
width
:
Int
,
val
height
:
Int
)
expect
class
QRCodeGraphics
(
width
:
Int
,
height
:
Int
)
actual
open
class
QRCodeGraphics
(
val
width
:
Int
,
val
height
:
Int
)
actual
open
class
QRCodeGraphics
(
val
width
:
Int
,
val
height
:
Int
)
QRCode
Graphics
Factory
Link copied to clipboard
open
class
QRCodeGraphicsFactory
A class used by QRCode to build instances of
QRCodeGraphics
.