Difference between revisions of "FBInstant.getPlatform"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
'''<translate>Available since</translate>:''' Gideros 2018.3<br/>
 
'''<translate>Available since</translate>:''' Gideros 2018.3<br/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/* Initialisation and Core|* Initialisation and Core]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />

Revision as of 10:29, 24 August 2018

Available since: Gideros 2018.3
Class: * Initialisation and Core

Description


The platform on which the game is currently running.

Can be "IOS", "ANDROID", "WEB" or "MOBILE_WEB".

(string) = FBInstant.getPlatform()

Return values

Returns (string) The current platform.