Difference between revisions of "FBInstant.getSDKVersion"

From GiderosMobile
Line 2: Line 2:
 
'''Available since:''' Gideros 2018.3<br/>
 
'''Available since:''' Gideros 2018.3<br/>
 
=== Description ===
 
=== Description ===
<br />
+
<translate><br />
 
The platform on which the game is currently running.<br />
 
The platform on which the game is currently running.<br />
<br />
+
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(string) = FBInstant.getSDKVersion()
 
(string) = FBInstant.getSDKVersion()
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (string) The SDK version.<br/>
+
'''Returns''' (string) <translate>The SDK version.</translate><br/>

Revision as of 14:34, 23 August 2018

Available since: Gideros 2018.3

Description


The platform on which the game is currently running.

(string) = FBInstant.getSDKVersion()

Return values

Returns (string) The SDK version.