Legacy Documentation: Version 4.6 (go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

ADBannerView.loaded

public var loaded: bool;

Description

Checks if banner contents are loaded.

You should hide banner if it is not loaded to avoid showing blank view.

if(banner.visible && !banner.loaded)
	banner.visible = false;