Difference between revisions of "Iad.isAvailable"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.8<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Returns [[Special:MyLanguage/true|true]] if iAd framework is available for this platform, [[Special:MyLanguage/false|false]] otherwise. For iOS 4.0 , this function returns [[Special:MyLanguage/true|true]].<br />
 
Returns [[Special:MyLanguage/true|true]] if iAd framework is available for this platform, [[Special:MyLanguage/false|false]] otherwise. For iOS 4.0 , this function returns [[Special:MyLanguage/true|true]].<br />
Line 8: Line 8:
 
(bool) = iad.isAvailable()
 
(bool) = iad.isAvailable()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if iAd framework is available for this platform, [[Special:MyLanguage/false|false]] otherwise</translate><br/>
+
'''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if iAd framework is available for this platform, [[Special:MyLanguage/false|false]] otherwise</translate><br/>

Revision as of 08:29, 24 August 2018

Available since: Gideros 2012.8

Description


Returns true if iAd framework is available for this platform, false otherwise. For iOS 4.0 , this function returns true.

(bool) = iad.isAvailable()

Return values

Returns (bool) true if iAd framework is available for this platform, false otherwise