Skip to content

Migration Guide 3.15

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.15.0

Unified the log system across both iOS and Android DriveMotion SDKs.

Added logSettings to DriveMotionSettings to allow configuration of log levels and upload strategies.

1
2
3
val settings = DriveMotionSettings.builder()
    .withLogSettings(ConfigBuilder().build())
    .build()