BasicAnalyticsEvent
public struct BasicAnalyticsEvent : AnalyticsEvent
Basic analytics event
-
The name of the event
Declaration
Swift
public var name: String -
Properties of the event
Declaration
Swift
public var properties: AnalyticsProperties? -
Initializer
Declaration
Swift
public init( name: String, properties: AnalyticsProperties? = nil )Parameters
nameThe name of the event
propertiesProperties of the event
View on GitHub