AnalyticsEvent
public protocol AnalyticsEvent
Analytics event
-
Name of the event
Declaration
Swift
var name: String { get } -
Declaration
Swift
var properties: AnalyticsProperties? { get }
View on GitHub