// Hides the banner view from the screen.
 public void HideBannerView()
 {
     Externs.HideBannerView(BannerViewPtr);
 }