1.17 -> 1.18
Last updated
Last updated
Please refer to for SDK 1.17
NOTE: Please remove ImsTripManagerInitializer call as it is removed in 1.18.
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.
We added a made deviceId for a device object mandatory. So, you will need to pass a value when instantiating a DsDevice object.
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: