We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234ee86 commit a4947b3Copy full SHA for a4947b3
WooCommerce/Classes/POS/Presentation/Barcode Scanning/GameControllerBarcodeObserver.swift
@@ -27,6 +27,7 @@ final class GameControllerBarcodeObserver {
27
/// Initializes a new barcode scanner observer.
28
/// - Parameters:
29
/// - configuration: The configuration to use for the barcode parser. Defaults to the standard configuration.
30
+ /// - analytics: The analytics service for tracking events.
31
/// - onScan: The closure to be called when a scan is completed.
32
init(configuration: HIDBarcodeParserConfiguration = .default,
33
analytics: POSAnalyticsProviding,
0 commit comments