Skip to content

Migration Guide 3.1

Migration SDK from Old Versions

This section provides a detailed description of API changes introduced or removed in recent SDK upgrades.
We strongly recommend reading this documentation when upgrading the SDK version to understand the differences and update your API calls accordingly.

Migration to Version 3.1.3

Expand IDriveMotionConfigDelegate interface.

  • Provide the implementation via DriveMotionSettings during SDK initialization.
  • With the expanded interface, the client supplies SafetyScoreVersion by implementing: String getSafetyScoreVersion().

Note

The safety score version is provided by the client. For Novo Mobile, it will be retrieved from the Insurance service in the future. For now, the default value is "V1.0.5".

Android Target SDK Update

In compliance with Google Play requirements, the Android Target SDK has been upgraded to API level 35.