Difference between revisions of "Flurry.isAvailable"

From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>")
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 />
 
<br /></translate>
 
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(bool) = flurry.isAvailable()
 
(bool) = flurry.isAvailable()
 
</syntaxhighlight>
 
</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}}
 
{{Flurry}}

Revision as of 21:44, 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