Getting SDK version

Find out the current version of the Cordova SDK, by calling:

MedalliaMXO.getVersion().then((version) => {
	// do something with the version
})
.catch((error) => {
	// do something with the error
	console.error(error)
})