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
Copy file name to clipboardExpand all lines: programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-view-controller.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,19 @@ class BarcodeScannerViewController: UIViewController
34
34
| Property | Type | Description |
35
35
| -------- | ---- | ----------- |
36
36
|[`config`](#config)|*DSBarcodeScannerConfig \**| Sets or returns the barcode scanner configurations. |
37
-
|[`onScannedResult`](#onscannedresult)|*void (^)(DSMRZScanResult*)*| A property that holds a Block. The block is a callback that takes a single parameter of type `DSMRZScanResult` and returns no value. |
37
+
|[`onScannedResult`](#onscannedresult)|*void (^)(DSBarcodeScannerConfig*)*| A property that holds a Block. The block is a callback that takes a single parameter of type `DSBarcodeScanResult` and returns no value. |
38
38
39
39
### config
40
40
41
-
Sets or returns the barcode scanner configurations of type [`DSMRZScannerConfig`](barcode-scanner-config.md).
41
+
Sets or returns the barcode scanner configurations of type [`DSBarcodeScannerConfig`](barcode-scanner-config.md).
@@ -55,15 +55,15 @@ var config: BarcodeScannerConfig = .init()
55
55
56
56
### onScannedResult
57
57
58
-
A property that holds a Block. The block is a callback that takes a single parameter of type [`DSMRZScanResult`](barcode-scan-result.md) and returns no value.
58
+
A property that holds a Block. The block is a callback that takes a single parameter of type [`DSBarcodeScanResult`](barcode-scan-result.md) and returns no value.
0 commit comments