Skip to content

Migration Guide 2.7

Migration SDK from old versions

This section will provide a detailed description of the API changes during the upgrade. We strongly recommend reading this documentation when upgrading the SDK version to understand the API differences and update your API calls accordingly based on the version disparities.

Migration to version 2.7.0

Update Event Percentile Table

Removed the eventType parameter from TNGetEventPercentileTableRequest and updated eventPercentileTable of TNGetEventPercentileTableResponse to object type, which returns all values. API Usage

Note

The TNGetEventPercentileTableRequest, which has supported the eventType parameter since version 2.4.0, removed this parameter in version 2.7.0

Get Trip Detail Support Vin

Added the vin parameter to TNGetTripDetailRequest, now you can request the trip detail of the corresponding vehicle vin.

Get Trips Support Cloud Mode

Now you can get trips by the analytics API TNGetTripsCall on cloud mode.

SDK Options Support Allow Data Collection

Added the allowDataCollection parameter to TNSDKOptions wheter allowing data collection by end user.