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?