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 4382d16 commit 9891a1fCopy full SHA for 9891a1f
Sources/iOS-BLE-Library-Mock/CentralManager/CentralManager.swift
@@ -74,7 +74,8 @@ public class CentralManager {
74
/// - queue: The queue to perform operations on. Default is the main queue.
75
public init(
76
centralManagerDelegate: ReactiveCentralManagerDelegate =
77
- ReactiveCentralManagerDelegate(), queue: DispatchQueue = .main
+ ReactiveCentralManagerDelegate(), queue: DispatchQueue = .main,
78
+ options: [String: Any]? = nil
79
) {
80
self.centralManagerDelegate = centralManagerDelegate
81
self.centralManager = CBMCentralManagerFactory.instance(
0 commit comments