Package com.king.zxing
See: Description
-
Class Summary Class Description BuildConfig BarcodeCameraScanActivity 基于zxing实现的扫码识别 - 相机扫描基类<p> 通过继承 [BarcodeCameraScanActivity]或[BarcodeCameraScanFragment]可快速实现扫码识别 BarcodeCameraScanFragment 基于zxing实现的扫码识别 - 相机扫描基类<p> 通过继承 [BarcodeCameraScanActivity]或[BarcodeCameraScanFragment]可快速实现扫码识别 DecodeConfig 解码配置:主要用于在扫码识别时,提供一些配置,便于扩展。通过配置可决定内置分析器的能力,从而间接的控制并简化扫码识别的流程<p> 设置解码 [setHints]内置的一些解码可参见如下: <p> [DecodeFormatManager.DEFAULT_HINTS] [DecodeFormatManager.ALL_HINTS] [DecodeFormatManager.CODE_128_HINTS] [DecodeFormatManager.QR_CODE_HINTS] [DecodeFormatManager.ONE_DIMENSIONAL_HINTS] [DecodeFormatManager.TWO_DIMENSIONAL_HINTS] [DecodeFormatManager. -
Object Summary Object Description Companion DecodeFormatManager 解码格式管理器<p> 将常见的一些解码配置已根据条形码类型进行了几大划分,可根据需要找到符合的划分配置类型直接使用。