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...") |
|||
| (14 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() |
| − | + | </syntaxhighlight> | |
| − | (bool) | + | |
| − | </ | + | Currently, Flurry is available only for iOS and Android. |
| − | '''Returns''' (bool) | + | |
| + | === 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