forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadLoadFailed.lcdoc
More file actions
38 lines (25 loc) · 781 Bytes
/
Copy pathadLoadFailed.lcdoc
File metadata and controls
38 lines (25 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Name: adLoadFailed
Type: message
Syntax: adLoadFailed <adName>
Summary:
Sent when there is an error loading an ad.
Associations: stack
Introduced: 5.5
OS: ios, android
Platforms: mobile
Example:
on adLoadFailed pAdName
handleAdLoadFailed
end adLoadFailed
Parameters:
adName:
The name of ad that failed to load
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.
References: mobileAdCreate (command), mobileAdDelete (command),
mobileAdSetVisible (command), mobileAdSetTopLeft (command),
mobileAdRegister (command), mobileAdGetTopLeft (function),
mobileAdGetVisible (function), adLoaded (message), adClicked (message)