Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -2,6 +2,7 @@ | @@ -2,6 +2,7 @@ | ||
| 2 | Breaking changes: | 2 | Breaking changes: |
| 3 | * The arguments parameter of onDetect is removed. The data is now returned by the onStart callback | 3 | * The arguments parameter of onDetect is removed. The data is now returned by the onStart callback |
| 4 | in the MobileScanner widget. | 4 | in the MobileScanner widget. |
| 5 | +* onDetect now returns the object BarcodeCapture, which contains a List of barcodes and, if enabled, an image. | ||
| 5 | * allowDuplicates is removed and replaced by MobileScannerSpeed enum. | 6 | * allowDuplicates is removed and replaced by MobileScannerSpeed enum. |
| 6 | * onPermissionSet in MobileScanner widget is deprecated and will be removed. Use the onPermissionSet | 7 | * onPermissionSet in MobileScanner widget is deprecated and will be removed. Use the onPermissionSet |
| 7 | onPermissionSet callback in MobileScannerController instead. | 8 | onPermissionSet callback in MobileScannerController instead. |
-
Please register or login to post a comment