Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 7d4eb7e

Browse files
authored
Update README.md
1 parent 203b33c commit 7d4eb7e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Set the camera facing. Default value is back facing.
9393
.setFlash(false)
9494
```
9595

96-
Turn on the flash. Default value is false.
96+
Turn on the flash. Default value is false. (Also changeable after the subscription)
9797

9898
```
9999
.setAutoFocus(true)
@@ -113,6 +113,18 @@ Set preview size for the camera source. The given preview size is calculated to
113113

114114
Draw a overlay view over the detected barcode. Default overlay is a white rect.
115115

116+
```
117+
.setBeepSound(true)
118+
```
119+
120+
Play Beep sound at barcode detection. Default value is true. (Also changeable after the subscription)
121+
122+
```
123+
.setVibration(500L)
124+
```
125+
126+
Vibrate at barcode detection. Default value is 500ms. (Also changeable after the subscription)
127+
116128
### Advanced Options
117129

118130
#### Custom overlay

0 commit comments

Comments
 (0)