When I call ads.show() to show Vungle video ad, sometimes it will take a while before the ad shows up,
I provide the users to “cancel” waiting for the ad (because it might get stuck here due to unstable Internet connection),
How should I cancel this ads.show() request? (before the video showing up)
ads.hide() is not supported by Vungle, is there any way?
There should be some way to cancel the request, otherwise the ad might show up much later time (that app scene has changed) and screw up the game play.