Skip to main content

mobileAds

Type

function

Summary

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

Syntax

mobileAds()

Description

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

Examples

get mobileAds()
if "bannerAd" is among the lines of mobileAds() then
mobileAdDelete "bannerAd"
end if

Value

NameTypeDescription

return

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

command: mobileAdCreate, mobileAdRegister, mobileAdSetVisible, mobileAdSetTopLeft

function: mobileAdGetTopLeft, mobileAdGetVisible

message: adLoaded, adLoadFailed, adClicked

Compatibility and Support

Introduced

LiveCode 5.5

OS

ios

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?