zxing-lite
androidJvm
zxing-lite
com.
king.
zxing
Barcode
Camera
Scan
Activity
Barcode
Camera
Scan
Fragment
Decode
Config
Decode
Format
Manager
com.
king.
zxing.
analyze
Area
Rect
Analyzer
Barcode
Format
Analyzer
Image
Analyzer
Multi
Format
Analyzer
QRCode
Analyzer
com.
king.
zxing.
util
Code
Utils
zxing-lite
/
com.king.zxing
/
DecodeFormatManager
Decode
Format
Manager
class
DecodeFormatManager
解码格式管理器
将常见的一些解码配置已根据条形码类型进行了几大划分,可根据需要找到符合的划分配置类型直接使用。
Author
Jenly
Follow me
Members
Properties
ALL_HINTS
Link copied to clipboard
val
ALL_HINTS
:
Map
<
DecodeHintType
,
Any
>
所有的支持的条码
CODE_128_HINTS
Link copied to clipboard
val
CODE_128_HINTS
:
Map
<
DecodeHintType
,
Any
>
CODE_128 (最常用的一维码)
DEFAULT_HINTS
Link copied to clipboard
val
DEFAULT_HINTS
:
Map
<
DecodeHintType
,
Any
>
默认
ONE_DIMENSIONAL_HINTS
Link copied to clipboard
val
ONE_DIMENSIONAL_HINTS
:
Map
<
DecodeHintType
,
Any
>
一维码
QR_CODE_HINTS
Link copied to clipboard
val
QR_CODE_HINTS
:
Map
<
DecodeHintType
,
Any
>
QR_CODE (最常用的二维码)
TWO_DIMENSIONAL_HINTS
Link copied to clipboard
val
TWO_DIMENSIONAL_HINTS
:
Map
<
DecodeHintType
,
Any
>
二维码
Functions
create
Decode
Hint
Link copied to clipboard
open
fun
createDecodeHint
(
@
NonNull
barcodeFormat
:
BarcodeFormat
)
:
Map
<
DecodeHintType
,
Any
>
支持解码的格式
create
Decode
Hints
Link copied to clipboard
open
fun
createDecodeHints
(
@
NonNull
barcodeFormats
:
Array
<
BarcodeFormat
>
)
:
Map
<
DecodeHintType
,
Any
>
支持解码的格式