code:function OnEvent_SigninReady(_email) { if (_email === 'johndoe@hotmail.com') { MsgPlus.DisplayToast('Welcome:', 'Welcome '+_email); } }