Skip to content

Instantly share code, notes, and snippets.

@tomwis
Last active August 13, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomwis/4e1b4a8684371c9a71b05d566424c2d3 to your computer and use it in GitHub Desktop.
Save tomwis/4e1b4a8684371c9a71b05d566424c2d3 to your computer and use it in GitHub Desktop.
// Gdzieś gdzie inicjalizujemy reklamy od Google
adMobView.AdListener = new CustomAdListener();
public class CustomAdListener : AdListener
{
public override void OnAdFailedToLoad(int errorCode)
{
LoadTappxAd();
}
public void LoadTappxAd()
{
// Ukryj AdMoba i stwórz reklamę od Tappx
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment