getBarcode
open fun getBarcode(@Nullable barcodeList: List<Barcode>, @Nullable regex: String, allowDefault: Boolean): Barcode
获取条码信息,通过遍历{@param barcodeList}找到与正则{@param regex}匹配的条码
Return
Barcode
Parameters
barcodeList
条码列表
regex
正则
allowDefault
是否允许默认返回 为true表示允许,则在没有找到与正则匹配的的条码时,默认返回第0个位置的条码 为false表示不允许,则在没有找到与正则匹配的条码识,返回空