Skip to content

Commit

Permalink
Merge pull request #152 from praveenperera/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet authored Dec 1, 2024
2 parents 746c1c1 + 3423730 commit 3936070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If things go wrong, your result will contain a `ScanError` set to one of these t
You can provide a variety of extra customization options to `CodeScannerView` in its initializer:

- `scanMode` can be `.once` to scan a single code, `.oncePerCode` to scan many codes but only trigger finding each unique code once, and `.continuous` will keep finding codes until you dismiss the scanner. Default: `.once`.
- `scanInterval` controls how fast individual codes should be scanned when running in `.continuous` scan mode.
- `scanInterval` controls how fast individual codes should be scanned (in seconds) when running in `.continuous` scan mode.
- `showViewfinder` determines whether to show a box-like viewfinder over the UI. Default: false.
- `simulatedData` allows you to provide some test data to use in Simulator, when real scanning isn’t available. Default: an empty string.
- `shouldVibrateOnSuccess` allows you to determine whether device should vibrate when a code is found. Default: true.
Expand Down

0 comments on commit 3936070

Please sign in to comment.