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.
2 parents c99df19 + 9e6cd7a commit 1b25591Copy full SHA for 1b25591
Sources/Analytics/Analytics.swift
@@ -28,9 +28,9 @@ public struct Analytics: Sendable {
28
/// Represents an observer that can respond to Analytics events. Generally this would represent your backend (e.g Firebase, etc)
29
/// but you can also use this to provide logging and debugging features.
30
public protocol AnalyticsObserver: AnyObject, Sendable {
31
- /// A 'view' event was logged
+ /// An event was logged
32
/// - Parameters:
33
- /// - view: The `event` that was logged
+ /// - event: The `event` that was logged
34
/// - values: All associated values (parameters) that were logged as a part of this event
35
func log(event: AnalyticsEvent, values: AnalyticsValues)
36
}
0 commit comments