Skip to content

Commit

Permalink
feat(barcodescanner): add option disableSuccessBeep (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun authored and ihadeed committed Feb 5, 2017
1 parent f525a25 commit 97489ba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/barcodescanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ export interface BarcodeScannerOptions {
*/
disableAnimations?: boolean;

/**
* Disable success beep. Supported on iOS only.
*/
disableSuccessBeep?: boolean;

/**
* Prompt text. Supported on Android only.
*/
Expand Down

0 comments on commit 97489ba

Please sign in to comment.