If a user win Puzzle Game Level than I make a Toast "You Win Play Next Level" and then I want to show rewarded video ads.
What code will be there to show Admob Rewarded Video Ads after Toast in android studio?
if (isSolved())
Toast.makeText(context, "You Win ! Play Next Level", Toast.LENGTH_LONG).show();