Difference between revisions of "FBInstant.getSDKVersion"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2018.3<br/> | + | '''<translate>Available since</translate>:''' Gideros 2018.3<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
The platform on which the game is currently running.<br /> | The platform on which the game is currently running.<br /> | ||
Line 8: | Line 8: | ||
(string) = FBInstant.getSDKVersion() | (string) = FBInstant.getSDKVersion() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (string) <translate>The SDK version.</translate><br/> | + | '''<translate>Returns</translate>''' (string) <translate>The SDK version.</translate><br/> |
Revision as of 07:28, 24 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.