diff --git a/src/@ionic-native/plugins/barcode-scanner/index.ts b/src/@ionic-native/plugins/barcode-scanner/index.ts index fddbb3284..d17b5e9f5 100644 --- a/src/@ionic-native/plugins/barcode-scanner/index.ts +++ b/src/@ionic-native/plugins/barcode-scanner/index.ts @@ -46,6 +46,11 @@ export interface BarcodeScannerOptions { * Launch with the torch switched on (if available). Supported on Android only. */ torchOn?: boolean; + + /** + * Save scan history. Defaults to `false`. Supported on Android only. + */ + saveHistory?: boolean; /** * Display scanned text for X ms. 0 suppresses it entirely, default 1500. Supported on Android only.