Migrate APIs
In general, to migrate from Thunderhead ONE public APIs to Medallia Experience Orchestration public APIs, follow the steps below:
For example, for configuring logging, instead of using:
One.setLogLevel(.All)
[One setLogLevel:OneLogLevelAll];
Use the following:
MedalliaMXO.setLogLevel(.all)
[MedalliaMXO setLogLevel:MXOLogLevelAll];