Implementing AdMob Rewarded Video with LibGDX
问题 I am creating a game with LibGDX and wanted to put rewarded videos on it but I can't figure out how I do that. I have already displayed an admob banner with this tutorial: https://www.youtube.com/watch?v=cwAN4LMXo58 I have already seen this question but don't understand where to put this code: public void showVideoAd(){ runOnUiThread(new Runnable() { public void run() { if (mAd.isLoaded()) { mAd.show(); } else { loadRewardedVideoAd(); } } }); } public boolean hasVideoReward(){ return