Difference between revisions of "Iad"

From GiderosMobile
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' ios<br/>
+
<languages />
'''Available since:''' Gideros 2012.8<br/>
+
<!-- GIDEROSOBJ:iad -->
=== Description ===
+
'''<translate>Supported platforms</translate>:''' [[File:Platform ios.png]]<br/>
 +
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 +
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
iAd module for iOS allows you to use iAd framework that was introduced in iOS 4.0. To load the iAd module, call [[[require &quot;iad&quot;`. After loading iAd module, `iad]]] table stores all <br />
+
iAd module for iOS allows you to use iAd framework that was introduced in iOS 4.0. To load the iAd module, call ''require &quot;iad&quot;''. After loading iAd module, [[Special:MyLanguage/iad|iad]] table stores all <br />
 
classes and functions related to iAd framework.<br />
 
classes and functions related to iAd framework.<br />
 
<br /></translate>
 
<br /></translate>
 
{|-
 
{|-
| style="width: 50%;"|
+
| style="width: 50%; vertical-align:top;"|
=== Methods ===
+
=== <translate>Methods</translate> ===
[[iad.isAvailable]] - <br/>
+
[[Special:MyLanguage/iad.isAvailable|iad.isAvailable]] <br/><!-- GIDEROSMTD:iad.isAvailable()  -->
| style="width: 50%;"|
+
| style="width: 50%; vertical-align:top;"|
=== Events ===
+
=== <translate>Events</translate> ===
=== Constants ===
+
=== <translate>Constants</translate> ===
 
|}
 
|}

Latest revision as of 16:33, 13 September 2018


Supported platforms: Platform ios.png
Available since: Gideros 2012.8

Description


iAd module for iOS allows you to use iAd framework that was introduced in iOS 4.0. To load the iAd module, call require "iad". After loading iAd module, iad table stores all
classes and functions related to iAd framework.

Methods

iad.isAvailable

Events

Constants