mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
feat(barcodescanner): add option disableSuccessBeep (#1035)
https://github.com/phonegap/phonegap-plugin-barcodescanner/pull/408
This commit is contained in:
parent
f525a25b49
commit
97489ba573
@ -22,6 +22,11 @@ export interface BarcodeScannerOptions {
|
|||||||
*/
|
*/
|
||||||
disableAnimations?: boolean;
|
disableAnimations?: boolean;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Disable success beep. Supported on iOS only.
|
||||||
|
*/
|
||||||
|
disableSuccessBeep?: boolean;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prompt text. Supported on Android only.
|
* Prompt text. Supported on Android only.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user