window.addEventListener("MOE_LIFECYCLE", function(e) {
if (e.detail.name === "SDK_INITIALIZATION_COMPLETED") {
console.log(e.detail.data);
// write your code here
}
if (e.detail.name === "SETTINGS_FETCHED") {
console.log(e.detail.data);
// write your code here
}
});