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
name
The name of the event
properties
Properties of the event