Hi ,
I am calling below mentioned function in browser object. How to read the "resp" of this function in construct 2.
If any one is having answer of this question please help.
Browser.ExecJS("parent.saveGameScore ? parent.saveGameScore(" & lastscore & ", function (resp) {
}) : console.log(122)")
Thanks