forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadLoaded.xml
More file actions
76 lines (60 loc) · 1.99 KB
/
Copy pathadLoaded.xml
File metadata and controls
76 lines (60 loc) · 1.99 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<doc>
<legacy_id></legacy_id>
<name>adLoaded</name>
<type>message</type>
<syntax>
<example>adLoaded <i>adName</i>, <i>default</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Sent when an ad had loaded (or reloaded). </summary>
<examples>
<example><p>on adLoaded pAd</p><p> enable button "move next"</p><p>end adLoaded</p></example>
</examples>
<history>
<introduced version="5.5">Added.</introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
<stack/>
</objects>
<platforms>
<ios/>
<android/>
</platforms>
<classes>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Ads</category>
<concept>messages</concept>
</classification>
<references>
<function tag="mobileAdGetVisible">mobileAdGetVisible Function</function>
<function tag="mobileAdGetTopLeft">mobileAdGetTopLeft Function</function>
<command tag="mobileAdRegister">mobileAdRegister Command</command>
<command tag="mobileAdCreate">mobileAdCreate Command</command>
<command tag="mobileAdDelete">mobileAdDelete Command</command>
<command tag="mobileAdSetVisible">mobileAdSetVisible Command</command>
<command tag="mobileAdSetTopLeft">mobileAdSetTopLeft Command</command>
<message tag="adClicked">adClicked Message</message>
<message tag="adLoadFailed">adLoadFailed Message</message>
</references>
<description>
<overview>Handle the <b>adLoaded</b> message if you want to perform an action when an ad finishes loading.</overview>
<parameters>
<parameter>
<name>adName</name>
<description>The name of ad that has loaded (as specified in mobileAdCreate) </description>
</parameter>
<parameter>
<name>default</name>
<description>True or false, specifying if the loaded ad is a default ad.</description>
</parameter> </parameters>
<value></value>
<comments>The <b>adLoaded</b> messge is sent to the object that created the ad when the ad has loaded, or reloaded.</comments>
</description>
</doc>