Difference between revisions of "Iad.Banner"
From GiderosMobile
(Created page with "__NOTOC__ '''Supported platforms:''' <br/> '''Available since:''' Gideros 2012.8<br/> === Description === <br /> The `iad.Banner` class provides a view that displays banner ad...") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Supported platforms:''' <br/> | + | '''Supported platforms:''' ios<br/> |
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
=== Description === | === Description === | ||
Line 8: | Line 8: | ||
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 /> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
{|- | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Methods === | === Methods === | ||
+ | [[iad.Banner.new]] - <br/> | ||
+ | [[iad.Banner:hide]] - <br/> | ||
+ | [[iad.Banner:isBannerLoaded]] - <br/> | ||
+ | [[iad.Banner:setAlignment]] - <br/> | ||
+ | [[iad.Banner:show]] - <br/> | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Events === | === Events === | ||
+ | [[Event.BANNER_ACTION_BEGIN]] | ||
+ | [[Event.BANNER_ACTION_FINISHED]] | ||
+ | [[Event.BANNER_AD_FAILED]] | ||
+ | [[Event.BANNER_AD_LOADED]] | ||
=== Constants === | === Constants === | ||
+ | [[iad.Banner.BOTTOM]] | ||
+ | [[iad.Banner.LANDSCAPE]] | ||
+ | [[iad.Banner.PORTRAIT]] | ||
+ | [[iad.Banner.TOP]] | ||
|} | |} |
Revision as of 08:57, 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.