Hi,
I am developing a game. I want to pause the game if the user taps on a banner which shows some kind of popup. And then resume the game when the banner “popup” is dismissed.
In Appodeal listener I get the event with phase == “clicked” (here I could pause the game). But when the user taps the “done” button to dismiss the popup I don’t get any event.
How can I know the popup has been dismissed so I can resume the game?
Regards,
Ivan