Difference between revisions of "Flurry.isAvailable"
From GiderosMobile
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | ''' | + | '''Available since:''' Gideros 2011.6<br/> |
− | === | + | '''Class:''' [[Flurry]]<br/> |
− | + | ||
− | Returns | + | === Description === |
− | + | Returns ''true'' if Flurry is available for this platform. | |
− | < | + | <syntaxhighlight lang="lua"> |
(bool) = flurry.isAvailable() | (bool) = flurry.isAvailable() | ||
− | </ | + | </syntaxhighlight> |
− | === | + | |
− | ''' | + | 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 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