Difference between revisions of "Flurry.isAvailable"
From GiderosMobile
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Class:''' [[Flurry]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Returns ''true'' if Flurry is available for this platform. | |
− | Returns | + | <syntaxhighlight lang="lua"> |
− | |||
− | < | ||
(bool) = flurry.isAvailable() | (bool) = flurry.isAvailable() | ||
− | </ | + | </syntaxhighlight> |
+ | |||
+ | Currently, Flurry is available only for iOS and Android. | ||
+ | |||
=== Return values === | === Return values === | ||
− | '''Returns''' (bool) | + | '''Returns''' (bool) ''true'' if Flurry is available for this platform, ''false'' otherwise<br/> |
+ | |||
+ | {{Flurry}} |
Latest revision as of 21: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