Event
@objc
class Event : NSObject
Undocumented
-
Undocumented
Declaration
Swift
private var name: EventName
-
Undocumented
Declaration
Swift
private var properties: [EventProperties : String]?
-
Undocumented
Declaration
Swift
@objc(init:eventProperties:) func objc_init(eventName: EventName, eventProperties: [Int : Int]?) -> Event
-
Undocumented
Declaration
Swift
required init(eventName: EventName, eventProperties: [EventProperties : String]?)
-
Undocumented
Declaration
Swift
func eventProperties() -> [String : String]?
-
Undocumented
Declaration
Swift
func eventStringForFramework(_ framework: AnalyticsFramework) -> String