Difference between revisions of "Flurry.isAvailable"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns `true` if Flurry is available for this platform. Currently, Flurry is available only fo...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (bool) | + | (bool) = flurry.isAvailable() |
</source> | </source> | ||
'''Returns''' (bool) `true` if Flurry is available for this platform, `false` otherwise.<br/> | '''Returns''' (bool) `true` if Flurry is available for this platform, `false` otherwise.<br/> |
Revision as of 10:17, 23 August 2018
Available since: Gideros 2011.6
Description
Returns `true` if Flurry is available for this platform. Currently, Flurry is available only for iOS.
(bool) = flurry.isAvailable()
Returns (bool) `true` if Flurry is available for this platform, `false` otherwise.