Skip to content

Commit

Permalink
Merge pull request shaps80#3 from shaps80/bugfix/updates-header-docs
Browse files Browse the repository at this point in the history
Corrects header docs
  • Loading branch information
shaps80 authored Oct 11, 2022
2 parents c99df19 + 9e6cd7a commit 1b25591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Analytics/Analytics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ public struct Analytics: Sendable {
/// Represents an observer that can respond to Analytics events. Generally this would represent your backend (e.g Firebase, etc)
/// but you can also use this to provide logging and debugging features.
public protocol AnalyticsObserver: AnyObject, Sendable {
/// A 'view' event was logged
/// An event was logged
/// - Parameters:
/// - view: The `event` that was logged
/// - event: The `event` that was logged
/// - values: All associated values (parameters) that were logged as a part of this event
func log(event: AnalyticsEvent, values: AnalyticsValues)
}
Expand Down

0 comments on commit 1b25591

Please sign in to comment.