adLoadFailed

Typemessage
DictionaryLCS
LibraryLiveCode Script
Syntax
adLoadFailed <adName>
Summary

Sent when there is an error loading an ad.

Introduced5.5
OSios, android
Platformsmobile
Parameters
NameTypeDescription
adName

The name of ad that failed to load

Example
on adLoadFailed pAdName
   handleAdLoadFailed
end adLoadFailed
RelatedCommand: mobileAdCreate, mobileAdDelete, mobileAdSetVisible, mobileAdSetTopLeft, mobileAdRegister
Function: mobileAdGetTopLeft, mobileAdGetVisible
Message: adLoaded, adClicked
Description

Handle the adLoadFailed message if you want to handle errors when loading ads.

The adLoadFailed messge is sent to the object that created the ad when there is an error loading the ad.