Skip to content

Instantly share code, notes, and snippets.

@tomwis
Created August 13, 2017 17:36
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/54c10e7ca8a8f91922ebc36732f18b12 to your computer and use it in GitHub Desktop.
Save tomwis/54c10e7ca8a8f91922ebc36732f18b12 to your computer and use it in GitHub Desktop.
var tappxAd = new TappxBanner(this, "/xxxxxxxxxxxxx/Pub-xxxx-Android-xxxx");
tappxAd.SetAdSize(TappxBanner.AdSize.BANNER320x50);
layout.AddView(tappxAd); // Dodaj banner do widoku, w którym chcesz go wyświetlać
tappxAd.LoadAd();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment