TNDriveMotionConfigDelegate

@objc
public protocol TNDriveMotionConfigDelegate : NSObjectProtocol

Undocumented

  • @return a time range for reprocessing trip in that period, return null means not reprocessing any trip.

    Declaration

    Swift

    @objc
    optional func getReprocessTripTimeRange() -> TNTimeRange?
  • the integrator needs to implement it, and it will apply to the trip model version field for “trip start/trip end” events reture current obtain the safety score version

    Declaration

    Swift

    @objc
    optional func getSafetyScoreVersion() -> String