Note | ||
---|---|---|
The main update pertains to the function interface. The callbacks outlined below, which were previously part of the load function, have now been relocated to the begin function.
|
...
Note |
---|
A new object level has been added to the SDK. In the past, you could simply call However, this has changed. Now, you need to use idvSdk.idv.begin({…}), instead of idvSdk?.begin({.. }). |
...
Note |
---|
The |
...
Note |
---|
|
...
Tip |
---|
For the latest integration examples, check out the most recent documentation at https://ondato.atlassian.net/wiki/x/AYC9sw. |