Skip to content

Instantly share code, notes, and snippets.

@prakashpun
Created January 7, 2018 09:26
Show Gist options
  • Save prakashpun/4b313cfaeb3b219027b20fd9b34caeea to your computer and use it in GitHub Desktop.
Save prakashpun/4b313cfaeb3b219027b20fd9b34caeea to your computer and use it in GitHub Desktop.
show ad on mShowVideoButton click
mShowVideoButton.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
if (mRewardedVideoAd.isLoaded()) {
mRewardedVideoAd.show();
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment