We would like to show a dialog for rewarded ads when user clicks on the Skip Ad button (You will lose your reward). So far we've managed to show the dialog once the button is clicked, but the ad wont play anymore once the dialog is closed.
It seems that clicking skip finishes the current ad and videoPlayer.play() has no effect after the
AdEvent.AdEventType.SKIPPED event is triggered.
Is this intended behaviour or are we doing something wrong?
Thanks,
Simon