BarCodeConfig interface
Barcode configuration supplied to scanBarCode API to customize barcode scanning experience in mobile All properties in BarCodeConfig are optional and have default values in the platform
Properties
time |
Optional; Lets the developer specify the scan timeout interval in seconds Default value is 30 seconds and max allowed value is 60 seconds |
Property Details
timeOutIntervalInSec
Optional; Lets the developer specify the scan timeout interval in seconds Default value is 30 seconds and max allowed value is 60 seconds
timeOutIntervalInSec?: number
Property Value
number