Difference between revisions of "Flurry.isAvailable"

From GiderosMobile
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2011.6<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
'''Class:''' [[Flurry]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/flurry|flurry]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate><br />
+
Returns ''true'' if Flurry is available for this platform.
Returns ''true'' if Flurry is available for this platform. Currently, Flurry is available only for iOS.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
 
<source lang="lua">
 
 
(bool) = flurry.isAvailable()
 
(bool) = flurry.isAvailable()
</source>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (bool) <translate>''true'' if Flurry is available for this platform, ''false'' otherwise.</translate><br/>
+
Currently, Flurry is available only for iOS and Android.
 +
 
 +
=== Return values ===
 +
'''Returns''' (bool) ''true'' if Flurry is available for this platform, ''false'' otherwise<br/>
 +
 
 +
{{Flurry}}

Latest revision as of 22:27, 7 December 2023

Available since: Gideros 2011.6
Class: Flurry

Description

Returns true if Flurry is available for this platform.

(bool) = flurry.isAvailable()

Currently, Flurry is available only for iOS and Android.

Return values

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