BarCodeConfig interface
Note
This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Data structure to customize the barcode scanning experience in scanBarCode API. All properties in BarCodeConfig are optional and have default values in the platform
Properties
time |
Optional; designates the scan timeout interval in seconds. Default value is 30 seconds, max allowed value is 60 seconds. |
Property Details
timeOutIntervalInSec
Optional; designates the scan timeout interval in seconds. Default value is 30 seconds, max allowed value is 60 seconds.
timeOutIntervalInSec?: number
Property Value
number