TNEventStatistic
@objcMembers
public class TNEventStatistic : NSObject, Codable
Event statistics.
-
Event type(see {@link DMEventType}).
Declaration
Swift
public let eventType: DMEventType -
The total count of this event type.
Declaration
Swift
public let count: Int -
Distance (meters) of event
Declaration
Swift
public let distance: Double -
Duration (seconds) of event
Declaration
Swift
public let duration: Double -
Undocumented
Declaration
Swift
public init(eventType: DMEventType, count: Int, distance: Double = 0, duration: Double = 0) -
Declaration
Swift
public required init(from decoder: Decoder) throws