1.17 -> 1.18
WorkManager initialization
Please refer to known issues for SDK 1.17
NOTE: Please remove ImsTripManagerInitializer call as it is removed in 1.18.
ImsTripManager.configuration
Since configuration is now nullable, you need to take null safety measures to call configuration. Here is an example to check if trip manager is enabled.
deviceId for DsDevice
We added a made deviceId for a device object mandatory. So, you will need to pass a value when instantiating a DsDevice object.
User service
userId was a parameter in User object. It is now moved an Object called Account inside the existing User object. In order to access userId, now you need a call as below:
Last updated