Skip to content

Commit 36d65ac

Browse files
update to internal commit aa5be922
1 parent 7c7b530 commit 36d65ac

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed

programming/android/api-reference/barcode-scanner/barcode-scanner-config.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void setTemplateFile(String templateFile);
9494

9595
**Parameter(s)**
9696

97-
`templateFile`: The path of the JSON template file.
97+
`templateFile`: The file path or a JSON string.
9898

9999
### setBarcodeFormats
100100

@@ -374,6 +374,8 @@ A boolean value that determines whether the camera toggle button is displayed.
374374

375375
### setTemplateFilePath
376376

377+
> Note: Method `setTemplateFilePath` is deprecated. Please use [`setTemplateFile`](#settemplatefile) instead.
378+
377379
Sets the local JSON file path that will configure the parameters template for the Barcode Reader.
378380

379381
```java
@@ -386,6 +388,8 @@ void setTemplateFilePath(String templateFilePath);
386388

387389
### getTemplateFilePath
388390

391+
> Note: Method `getTemplateFilePath` is deprecated. Please use [`getTemplateFile`](#gettemplatefile) instead.
392+
389393
Get the file path of the template file.
390394

391395
```java

programming/android/user-guide/scanner-barcode-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default-layout
33
title: Specify barcode formats for BarcodeScanner - Dynamsoft Barcode Reader for Android
44
description: Customize the UI of BarcodeScanner on Android platform.
5-
keywords: BarcodeScanner, scanner, Android, scan region, torch button, close button, scan laser
5+
keywords: BarcodeScanner, scanner, Android, barcode formats
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true

programming/android/user-guide/scanner-improve-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default-layout
33
title: Improve the Performance of BarcodeScanner - Dynamsoft Barcode Reader for Android
44
description: Improve the performance of BarcodeScanner on Android platform.
5-
keywords: BarcodeScanner, scanner, Android
5+
keywords: BarcodeScanner, scanner, Android, template file
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true

programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ var isCameraToggleButtonVisible: Bool { get set }
284284

285285
### templateFilePath
286286

287+
> Note: Property `templateFilePath` is deprecated. Please use [`templateFile`](#templatefile) instead.
288+
287289
Sets or returns the local JSON file path that will configure the parameters template for the Barcode Reader.
288290

289291
<div class="sample-code-prefix"></div>

programming/objectivec-swift/user-guide/scanner-barcode-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default-layout
33
title: Specify Barcode Formats for BarcodeScanner - Dynamsoft Barcode Reader for iOS
44
description: Customize the UI of BarcodeScanner on iOS platform.
5-
keywords: BarcodeScanner, scanner, iOS, scan region, torch button, close button, scan laser
5+
keywords: BarcodeScanner, scanner, iOS, barcode formats
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true

programming/objectivec-swift/user-guide/scanner-improve-performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default-layout
33
title: Improve the Performance of BarcodeScanner - Dynamsoft Barcode Reader for iOS
44
description: Improve the performance of BarcodeScanner on iOS platform.
5-
keywords: BarcodeScanner, scanner, iOS
5+
keywords: BarcodeScanner, scanner, iOS, template file
66
needAutoGenerateSidebar: true
77
needGenerateH3Content: true
88
noTitleIndex: true

0 commit comments

Comments
 (0)