ratson / cordova-plugin-admob-free

New development has been moved to "admob-plus-cordova", https://github.com/admob-plus/admob-plus/tree/master/packages/cordova

Home Page:https://github.com/admob-plus/admob-plus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reward video have problem on X button after add listener code

kotran88 opened this issue · comments

after add below code, after see reward video all and press X button on top right screen.
but it's not working. also, I can't install app on reward video.

document.addEventListener(this.admobFree.events.REWARD_VIDEO_REWARD, (result) => {
window.alert("reward seen")
});

how can I detect user view all video except for above code.