Difference between revisions of "Event.BANNER ACTION BEGIN"

From GiderosMobile
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
<languages />
 
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 
'''<translate>Value</translate>:''' bannerActionBegin<br/>
 
'''<translate>Value</translate>:''' bannerActionBegin<br/>
 
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/iad.Banner|iad.Banner]]<br/>
 
'''<translate>Defined by</translate>:''' [[Special:MyLanguage/iad.Banner|iad.Banner]]<br/>
 
=== <translate>Descriptio</translate>n ===
 
=== <translate>Descriptio</translate>n ===
<translate>This event is dispatched when the user clicks on an ad. At this time, the user will either be taken out of your application to view the app store (in this case `event.willLeaveApplication` field will be true), or they will be presented with a fullscreen advertisement to interact with, and `event.willLeaveApplication` will be false.</translate>
+
<translate>This event is dispatched when the user clicks on an ad. At this time, the user will either be taken out of your application to view the app store (in this case ''event.willLeaveApplication'' field will be true), or they will be presented with a fullscreen advertisement to interact with, and ''event.willLeaveApplication'' will be false.</translate>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''willLeaveApplication''': (bool) <translate>true if user will leave the app, false if user will not leave the app</translate><br/>
 
'''willLeaveApplication''': (bool) <translate>true if user will leave the app, false if user will not leave the app</translate><br/>

Latest revision as of 10:57, 3 September 2018


Available since: Gideros 2012.8
Value: bannerActionBegin
Defined by: iad.Banner

Description

This event is dispatched when the user clicks on an ad. At this time, the user will either be taken out of your application to view the app store (in this case event.willLeaveApplication field will be true), or they will be presented with a fullscreen advertisement to interact with, and event.willLeaveApplication will be false.

Parameters

willLeaveApplication: (bool) true if user will leave the app, false if user will not leave the app