forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadClicked.xml
More file actions
72 lines (56 loc) · 1.82 KB
/
Copy pathadClicked.xml
File metadata and controls
72 lines (56 loc) · 1.82 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
<doc>
<legacy_id></legacy_id>
<name>adClicked</name>
<type>message</type>
<syntax>
<example>adClicked <i>adName</i></example>
</syntax>
<synonyms>
</synonyms>
<summary>Sent when the user clicks on an ad.</summary>
<examples>
<example><p>on adClicked pAdName</p><p> goToAddInfo pAdName</p><p>end adClicked</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="adLoaded">adLoaded Message</message>
<message tag="adLoadFailed">adLoadFailed Message</message>
</references>
<description>
<overview>Handle the <b>adClicked</b> message if you want to perform an action when a user clicks on an ad.</overview>
<parameters>
<parameter>
<name>adName</name>
<description>The name of ad that has been clicked (as specified in mobileAdCreate) </description>
</parameter> </parameters>
<value></value>
<comments>The <b>adClicked</b> messge is sent to the object that created the ad when the user clicks on ad.</comments>
</description>
</doc>