void HandleClicked() { if (action == Action.ShowInterstitial) { AdsMaster.ShowInterstitial(null, key); } else if (action == Action.ShowBanner) { AdsMaster.ShowBannerIfLoaded(key); } else if (action == Action.HideBanner) { AdsMaster.HideBanner(); } }
public void OnClickedHideBanner() { AdsMaster.HideBanner(); }