TNDriveScoreEvent
@objcMembers
public class TNDriveScoreEvent : TNBroadcastEvent
When the drive score changed, TNDriveScoreEvent will contain the current trip information and score information.
-
Live trip information(see {@link TNLiveTrip}).
Declaration
Swift
public let liveTrip: TNLiveTrip
-
Undocumented
Declaration
Swift
public init(tripId: String, sessionId: String, time: Date, liveTrip: TNLiveTrip)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws