Difference between revisions of "Iad.Banner"
From GiderosMobile
Line 3: | Line 3: | ||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
− | The | + | 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 <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 /> | ||
− | <br /> | + | <br /></translate> |
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| |
Revision as of 13:34, 23 August 2018
Supported platforms: ios
Available since: Gideros 2012.8
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.