Difference between revisions of "FBInstant.getSDKVersion"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> The platform on which the game is currently running.<br /> <br /> <source lang="lua"> (string),...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(string), = FBInstant.getSDKVersion()
+
(string) = FBInstant.getSDKVersion()
 
</source>
 
</source>
 
'''Returns''' (string) The SDK version.<br/>
 
'''Returns''' (string) The SDK version.<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2018.3

Description


The platform on which the game is currently running.

(string) = FBInstant.getSDKVersion()

Returns (string) The SDK version.