Difference between revisions of "Flurry.isAvailable"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 7: Line 7:
 
Returns ''true'' if Flurry is available for this platform. Currently, Flurry is available only for iOS.<br />
 
Returns ''true'' if Flurry is available for this platform. Currently, Flurry is available only for iOS.<br />
 
<br /></translate>
 
<br /></translate>
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
(bool) = flurry.isAvailable()
 
(bool) = flurry.isAvailable()
 
</source>
 
</source>

Revision as of 15:28, 13 July 2023


Available since: Gideros 2011.6
Class: flurry

Description


Returns true if Flurry is available for this platform. Currently, Flurry is available only for iOS.

<syntaxhighlight lang="lua"> (bool) = flurry.isAvailable() </source>

Return values

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