You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a new component `BarcodeScanner`. Users can quickly set up a barcode scanning app with the build in UI of `BarcodeScanner`. The following classes are added to use the `BarcodeScanner` component:
19
-
-[`DSBarcodeScannerActivity`]({{ site.dbr_ios_api }}barcode-scanner/barcode-scanner-activity.html): The main class of `BarcodeScanner`. It is an activity class that implements barcode decoding features.
19
+
-[`DSBarcodeScannerViewController`]({{ site.dbr_ios_api }}barcode-scanner/barcode-scanner-view-controller.html): The main class of `BarcodeScanner`. It is an activity class that implements barcode decoding features.
20
20
-[`DSBarcodeScannerConfig`]({{ site.dbr_ios_api }}barcode-scanner/barcode-scanner-config.html): The class that provides barcode scanning configurations.
21
21
-[`DSBarcodeScanResult`]({{ site.dbr_ios_api }}barcode-scanner/barcode-scan-result.html): The result class.
22
22
-[`DSResultStatus`]({{ site.dbr_ios_api }}barcode-scanner/enum-result-status.html): A enumeration class that describes the result status.
0 commit comments