Skip to content

Commit 0d4eeed

Browse files
update to internal commit 235e3e91
1 parent d1122af commit 0d4eeed

File tree

4 files changed

+68
-11
lines changed

4 files changed

+68
-11
lines changed

_includes/sidelist-programming/programming-android.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,17 @@
232232
</li>
233233
<li lang="android"><a>DynamsoftLicense</a>
234234
<ul lang="android">
235-
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
236-
<li lang="android"><a href="{{ site.dcvb_android_api }}license/license-module.html" class="otherLinkColour">LicenseModule</a></li>
235+
<li lang="android"><a class="otherLinkColour">Classes</a>
236+
<ul lang="android">
237+
<li lang="android"><a href="{{ site.dcv_android_api }}license/license-manager.html" class="otherLinkColour">LicenseManager</a></li>
238+
<li lang="android"><a href="{{ site.dcv_android_api }}license/license-module.html" class="otherLinkColour">LicenseModule</a></li>
239+
</ul>
240+
</li>
241+
<li lang="android"><a class="otherLinkColour">Interfaces</a>
242+
<ul lang="android">
243+
<li lang="android"><a href="{{ site.dcv_android_api }}license/license-verification-listener.html" class="otherLinkColour">LicenseVerificationListener</a></li>
244+
</ul>
245+
</li>
237246
</ul>
238247
</li>
239248
<li lang="android"><a>DynamsoftUtility</a>

_includes/sidelist-programming/programming-oc.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,17 @@
236236
</li>
237237
<li lang="objectivec-swift"><a>DynamsoftLicense</a>
238238
<ul lang="objectivec-swift">
239-
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-manager.html" class="otherLinkColour">DSLicenseManager</a></li>
240-
<li lang="objectivec-swift"><a href="{{ site.dcvb_ios_api }}license/license-module.html" class="otherLinkColour">DSLicenseModule</a></li>
239+
<li lang="objectivec-swift"><a class="otherLinkColour">Classes</a>
240+
<ul lang="objectivec-swift">
241+
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}license/license-manager.html" class="otherLinkColour">DSLicenseManager</a></li>
242+
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}license/license-module.html" class="otherLinkColour">DSLicenseModule</a></li>
243+
</ul>
244+
</li>
245+
<li lang="objectivec-swift"><a class="otherLinkColour">Protocols</a>
246+
<ul lang="objectivec-swift">
247+
<li lang="objectivec-swift"><a href="{{ site.dcv_ios_api }}license/license-verification-listener.html" class="otherLinkColour">DSLicenseVerificationListener</a></li>
248+
</ul>
249+
</li>
241250
</ul>
242251
</li>
243252
<li lang="objectivec-swift"><a>DynamsoftUtility</a>

programming/android/samples/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ noTitleIndex: false
1414
- [Barcode Scanner Demo](#barcode-scanner-demo)
1515
- [BarcodeScanner API Samples](#barcodescanner-api-samples)
1616
- [ScanSingleBarcode](#scansinglebarcode)
17+
- [ScanMultipleBarcodes](#scanmultiplebarcodes)
18+
- [ScenarioOrientedSamples](#scenarioorientedsamples)
1719
- [Foundation API Samples](#foundation-api-samples)
1820
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
1921
- [Read Single Barcode (With CameraX)](#read-single-barcode-with-camerax)
@@ -45,6 +47,27 @@ Check code on GitHub
4547
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcode)
4648
- [Kotlin](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt)
4749

50+
### ScanMultipleBarcodes
51+
52+
Scan multiple barcodes with the ready-to-use UI, `BarcodeScannerViewController`. The scanner returns multiple results.
53+
54+
Check code on GitHub
55+
56+
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScanMultipleBarcodes)
57+
58+
### ScenarioOrientedSamples
59+
60+
A collection of samples showing how to use the `BarcodeScanner` component in different scenarios including:
61+
62+
- High-Density QRCode
63+
- Direct Part Marking (DPM)
64+
- DotCode
65+
- Aztec Code
66+
67+
Check code on GitHub
68+
69+
- [Java](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/android/BarcodeScannerAPISamples/ScenarioOrientedSamples)
70+
4871
## Foundation API Samples
4972

5073
### Read Single Barcode (With CameraEnhancer)

programming/objectivec-swift/samples/index.md

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ noTitleIndex: false
1313
- [Demos](#demos)
1414
- [BarcodeScanner API Samples](#barcodescanner-api-samples)
1515
- [ScanSingleBarcode](#scansinglebarcode)
16+
- [ScanMultipleBarcodes](#scanmultiplebarcodes)
17+
- [ScenarioOrientedSamples](#scenarioorientedsamples)
1618
- [Foundational API Samples](#foundational-api-samples)
1719
- [Read Single Barcode (With CameraEnhancer)](#read-single-barcode-with-cameraenhancer)
1820
- [Read Single Barcode (With AVCaptureSession)](#read-single-barcode-with-avcapturesession)
1921
- [Decode Barcodes from an Image](#decode-barcodes-from-an-image)
20-
- [Decode Multiple Barcodes from Video Stream](#decode-multiple-barcodes-from-video-stream)
2122
- [General Barcode Decoding Settings](#general-barcode-decoding-settings)
2223
- [Decode Tiny Barcodes](#decode-tiny-barcodes)
2324
- [Locate an Item with Barcode](#locate-an-item-with-barcode)
@@ -42,6 +43,27 @@ Check code on GitHub
4243
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcode)
4344
- [Objective-C](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc)
4445

46+
### ScanMultipleBarcodes
47+
48+
Scan multiple barcodes with the ready-to-use UI, `BarcodeScannerViewController`. The scanner returns multiple results.
49+
50+
Check code on GitHub
51+
52+
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes)
53+
54+
### ScenarioOrientedSamples
55+
56+
A collection of samples showing how to use the `BarcodeScanner` component in different scenarios including:
57+
58+
- High-Density QRCode
59+
- Direct Part Marking (DPM)
60+
- DotCode
61+
- Aztec Code
62+
63+
Check code on GitHub
64+
65+
- [Swift](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples)
66+
4567
## Foundational API Samples
4668

4769
### Read Single Barcode (With CameraEnhancer)
@@ -62,12 +84,6 @@ Decode barcodes from an still image. It shows how to select a image from the alb
6284

6385
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/DecodeFromAnImage){:target="_blank"}
6486

65-
### Decode Multiple Barcodes from Video Stream
66-
67-
This sample shows how to efficiently decode multiple barcodes from the video stream.
68-
69-
[Check code on GitHub](https://github.com/Dynamsoft/barcode-reader-mobile-samples/tree/main/ios/FoundationalAPISamples/DecodeMultipleBarcodes){:target="_blank"}
70-
7187
### General Barcode Decoding Settings
7288

7389
Displays general barcode decoding settings and camera settings like barcode formats, expected barcode count and scan region settings. The default scan mode is continuous scanning.

0 commit comments

Comments
 (0)