Difference between revisions of "Iad"

From GiderosMobile
Line 2: Line 2:
 
'''Supported platforms:''' ios<br/>
 
'''Supported platforms:''' ios<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
=== Description ===
+
=== <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 [[Special:MyLanguage/require &quot;iad&quot;|require &quot;iad&quot;]]. After loading iAd module, [[Special:MyLanguage/iad|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 [[Special:MyLanguage/require &quot;iad&quot;|require &quot;iad&quot;]]. After loading iAd module, [[Special:MyLanguage/iad|iad]] table stores all <br />
Line 9: Line 9:
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Methods ===
+
=== <translate>Methods</translate> ===
 
[[Special:MyLanguage/iad.isAvailable|iad.isAvailable]] <br/>
 
[[Special:MyLanguage/iad.isAvailable|iad.isAvailable]] <br/>
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Events ===
+
=== <translate>Events</translate> ===
=== Constants ===
+
=== <translate>Constants</translate> ===
 
|}
 
|}

Revision as of 08:28, 24 August 2018

Supported platforms: ios
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