条码扫描 BarcodeReader
扫描条码/QR码。
事件 Events
参数/Parameter |
说明/Description |
类型/Type |
默认值/DefaultValue |
可选值/ValueList |
---|---|---|---|---|
ScanResult |
扫码结果回调方法/Scan result callback method |
EventCallback<string> |
- | |
Close |
关闭扫码框回调方法/Close scan code callback method |
EventCallback |
- | |
ScanBtnTitle |
扫码按钮文本/Scan button title |
string |
扫码 |
- |
ResetBtnTitle |
复位按钮文本/Reset button title |
string |
复位 |
- |
CloseBtnTitle |
关闭按钮文本/Close button title |
string |
关闭 |
- |
SelectDeviceBtnTitle |
选择设备按钮文本/Select device button title |
string |
选择设备 |
- |
OnError |
错误信息回调/Error callback method |
Func<string, Task> |
- |
- |
UseBuiltinDiv |
使用内置DIV/Use builtin Div |
Func<string, Task> |
true |
- |