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 e6c2fca commit 5760d37Copy full SHA for 5760d37
Sources/YAnalytics/Implementations/MockAnalyticsEngine.swift
@@ -22,6 +22,9 @@ final public class MockAnalyticsEngine {
22
public private(set) var userProperties: [String: String] = [:]
23
/// Dictionary of event metadata tracked in `.event` events
24
public private(set) var events: [String: Metadata?] = [:]
25
+
26
+ /// Initialize mock analytics engine
27
+ public init() { }
28
}
29
30
// MARK: - AnalyticsEngine
0 commit comments