Skip to content

Instantly share code, notes, and snippets.

@alitamoor65
Created April 2, 2018 14:54
Show Gist options
  • Save alitamoor65/800964be5b78a718bfb95834122298b6 to your computer and use it in GitHub Desktop.
Save alitamoor65/800964be5b78a718bfb95834122298b6 to your computer and use it in GitHub Desktop.
Runnable r = new Runnable() {
@Override
public void run(){
AdRequest adRequest = new AdRequest.Builder().build();
interstitialAd.loadAd(adRequest);
}
};
Handler h = new Handler();
h.postDelayed(r, 30000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment