Add banners, interstitials and rewarded videos to your Xamarin Android and iOS and Windows apps in just a couple of minutes. for Free!
A quick introduction on how to use the plugin
<controls:MTAdView />
*Remeber to add this line in your XAML:
xmlns:controls=”clr-namespace:MarcTron.Plugin.Controls;assembly=Plugin.MtAdmob”
MTAdView ads = new MTAdView();
Then add this view to any of your page controls.
CrossMTAdmob.Current.LoadInterstitial(“xx-xxx-xxx-xxxxxxxxxxxxxxxxx/xxxxxxxxxx”);
CrossMTAdmob.Current.ShowInterstitial();
CrossMTAdmob.Current.LoadRewardedVideo("xx-xxx-xxx-xxxxxxxxxxxxxxxxx/xxxxxxxxxx");
CrossMTAdmob.Current.ShowRewardedVideo();