
Android and iOS SDK adds new method which allows you to set a human-readable name that identifies the device.
Features
Android and iOS SDK
- Added new
setDeviceFriendlyName
method which allows you to set a human-readable name that identifies the device. - Added new
ImageSource
interface. It acts as an adapter that transfers image data from external resources to the format that can be recognized by the Barcode Reader. The following APIs are available for users to reduce the code complexity when working withImageSource
:setImageSource
: SetImageSource
as the source of image data.startScanning
: Start obtaining image from theImageSource
continuously.stopScanning
: Stop obtaining image from theImageSource
.TextResultListener
: The protocol that includes a callback method for users to receive decoded barcode results when decoding from theImageSource
.
- Added new
minImageReadingInterval
method which allows you to set a minimum interval between two barcode decoding.
iOS SDK
- Added new
decodeFileInMemory
method which allows you to decode from the images that are stored in memory.