Difference between revisions of "Iad.Banner"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''<translate>Supported platforms</translate>:''' [[File:Platform ios]]<br/> | + | '''<translate>Supported platforms</translate>:''' [[File:Platform ios.png]]<br/> |
'''<translate>Available since</translate>:''' Gideros 2012.8<br/> | '''<translate>Available since</translate>:''' Gideros 2012.8<br/> | ||
'''<translate>Inherits from</translate>:''' [[Special:MyLanguage/EventDispatcher|EventDispatcher]]<br/> | '''<translate>Inherits from</translate>:''' [[Special:MyLanguage/EventDispatcher|EventDispatcher]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate><br /> | <translate><br /> | ||
− | The | + | The [[Special:MyLanguage/iad.Banner|iad.Banner]] class provides a view that displays banner advertisements to the user. When the user taps a banner view, the view triggers an action <br /> |
programmed into the advertisement. For example, an advertisement might show a movie, present a modal advertisement, or launch Safari to show a webpage.<br /> | programmed into the advertisement. For example, an advertisement might show a movie, present a modal advertisement, or launch Safari to show a webpage.<br /> | ||
Your application is notified when an action starts and stops, but does not otherwise interact with the advertisement. <br /> | Your application is notified when an action starts and stops, but does not otherwise interact with the advertisement. <br /> |
Revision as of 09:37, 24 August 2018
Supported platforms:
Available since: Gideros 2012.8
Inherits from: EventDispatcher
Description
The iad.Banner class provides a view that displays banner advertisements to the user. When the user taps a banner view, the view triggers an action
programmed into the advertisement. For example, an advertisement might show a movie, present a modal advertisement, or launch Safari to show a webpage.
Your application is notified when an action starts and stops, but does not otherwise interact with the advertisement.