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.common
/
DecoderResult
/
DecoderResult
Decoder
Result
constructor
(
rawBytes
:
ByteArray
?
,
text
:
String
?
,
byteSegments
:
List
<
ByteArray
>
?
,
ecLevel
:
String
?
,
saSequence
:
Int
,
saParity
:
Int
,
symbologyModifier
:
Int
)
constructor
(
rawBytes
:
ByteArray
?
,
text
:
String
?
,
byteSegments
:
List
<
ByteArray
>
?
,
ecLevel
:
String
?
)
constructor
(
rawBytes
:
ByteArray
?
,
text
:
String
?
,
byteSegments
:
List
<
ByteArray
>
?
,
ecLevel
:
String
?
,
symbologyModifier
:
Int
)
constructor
(
rawBytes
:
ByteArray
?
,
text
:
String
?
,
byteSegments
:
List
<
ByteArray
>
?
,
ecLevel
:
String
?
,
saSequence
:
Int
,
saParity
:
Int
)