Event.BANNER ACTION BEGIN

From GiderosMobile
Revision as of 11:03, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === This event is dispatched when the user clicks on an ad. At this time, the user will either be taken ou...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2012.8

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.