UserPushedHistoryEvent
public struct UserPushedHistoryEvent : HistoryEvent
History event being pushed by the user
Such events are created by calling HistoryRecording.pushHistoryEvent(type:jsonData:)
.
-
Declaration
Swift
public let timestamp: TimeInterval
-
The event type specified for this custom event.
Declaration
Swift
public let type: String
-
The data value that contains a valid JSON attached to the event.
This value was provided by user with
HistoryRecording.pushHistoryEvent
method’sdictionary
argument.Declaration
Swift
public let properties: String