TNDriveAnalyzedEvent

@objcMembers
public class TNDriveAnalyzedEvent : TNBroadcastEvent

When the trip ends, DriveAnalyzedEvent will contain the final trip information and score information.

  • Trip information(see {@link TNTrip}).

    Declaration

    Swift

    public let trip: TNTrip
  • Undocumented

    Declaration

    Swift

    public init(tripId: String, sessionId: String, time: Date, trip: TNTrip)
  • Undocumented

    Declaration

    Swift

    public required init(from decoder: Decoder) throws