Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseBanner visibility. Initially banner is not visible.
Please note that if you hide banner, ads might not be reloaded with time, so if you no longer need banner it is better to delete it completely.
void OnBannerClicked() { Debug.Log("Clicked!\n"); banner.visible = false; banner = null; }
void OnBannerLoaded() { Debug.Log("Loaded!\n"); banner.visible = true; }