FBInstant.getPlatform

From GiderosMobile
Revision as of 10:59, 3 September 2018 by Hgy29 (talk | contribs)


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.