mobileAds

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mobileAds()
Associationsstack
Summary

Return a list of all mobile ads that have been created.

Introduced5.5
OSios, android
Platformsmobile
Example
get mobileAds()
if "bannerAd" is among the lines of mobileAds() then
   mobileAdDelete "bannerAd"
end if
Values
NameTypeDescription
return

The mobileAds function returns a return delimited list of names of adverts created using the mobileAdCreate command.

RelatedCommand: mobileAdCreate, mobileAdRegister, mobileAdSetVisible, mobileAdSetTopLeft
Function: mobileAdGetTopLeft, mobileAdGetVisible
Message: adLoaded, adLoadFailed, adClicked
Description

Use the mobileAds function to get a list of all the ads that have been created using the mobileAdCreate command.