Getting the current configuration
Retrieving the current configuration can be useful to validate your setup, especially if you have multiple configurations in an app.
To get the current configuration of the SDK, for example, a Site Key property, call:
let siteKey = MedalliaMXO.configuration?.siteKey
NSString *siteKey = MedalliaMXO.configuration.siteKey;