Note | ||
---|---|---|
Main change is changed The main update pertains to the function interface. Previously below mentioned callbacks were The callbacks outlined below, which were previously part of the load function. Now these are part of , have now been relocated to the begin function.
|
...
Note |
---|
New A new object level was has been added to the sdk. Previously it was enough to call begin in first level. Now it changed and requires to idvSdk?SDK. In the past, you could simply call However, this has changed. Now, you need to use idvSdk.idv.begin({.. …})->idvSdk.idv, instead of idvSdk?.begin({….. }). |
...
Note |
---|
Removed The |
...
Note |
---|
|
...
Tip |
---|
Refer to newest documentation were you can find For the latest integration examples, check out the most recent documentation at https://ondato.atlassian.net/wiki/x/AYC9sw. |