Difference between revisions of "Iad.Banner:isBannerLoaded"
From GiderosMobile
Line 8: | Line 8: | ||
(bool) = iad.Banner:isBannerLoaded() | (bool) = iad.Banner:isBannerLoaded() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (bool) `true` if the ad banner has downloaded an advertisement, `false` otherwise<br/> | '''Returns''' (bool) `true` if the ad banner has downloaded an advertisement, `false` otherwise<br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2012.8
Description
Returns `true` if the ad banner has downloaded an advertisement, `false` otherwise.
(bool) = iad.Banner:isBannerLoaded()
Return values
Returns (bool) `true` if the ad banner has downloaded an advertisement, `false` otherwise