console.info('Succeeded in enabling the listener for system avoid area changes. type:'+JSON.stringify(type)+'Data: '+JSON.stringify(data));
windowClass.on('avoidAreaChange',(data)=>{
console.info('Succeeded in enabling the listener for system avoid area changes. type:'+JSON.stringify(data.type)+', area: '+JSON.stringify(data.area));