KiteQR
Toggle table of contents
0.1.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KiteQR
kiteqr
/
io.github.yuroyami.kiteqr.datamatrix.encoder
/
SymbolInfo
/
Companion
/
lookup
lookup
fun
lookup
(
dataCodewords
:
Int
)
:
SymbolInfo
?
fun
lookup
(
dataCodewords
:
Int
,
shape
:
SymbolShapeHint
)
:
SymbolInfo
?
fun
lookup
(
dataCodewords
:
Int
,
allowRectangular
:
Boolean
,
fail
:
Boolean
)
:
SymbolInfo
?
fun
lookup
(
dataCodewords
:
Int
,
shape
:
SymbolShapeHint
,
minSize
:
Dimension
?
,
maxSize
:
Dimension
?
,
fail
:
Boolean
)
:
SymbolInfo
?