Difference between revisions of "FBInstant.getEntryPointData"

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 />
 
Returns any data object associated with the entry point that the game was launched from.
 
Returns any data object associated with the entry point that the game was launched from.
Line 10: Line 10:
 
(table) = FBInstant.getEntryPointData()
 
(table) = FBInstant.getEntryPointData()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (table) <translate>Data associated with the current entry point.</translate><br/>
+
'''<translate>Returns</translate>''' (table) <translate>Data associated with the current entry point.</translate><br/>

Revision as of 08:28, 24 August 2018

Available since: Gideros 2018.3

Description


Returns any data object associated with the entry point that the game was launched from.

The contents of the object are developer-defined, and can occur from entry points on different platforms. This will return null for older mobile clients, as well as when there is no data associated with the particular entry point.

(table) = FBInstant.getEntryPointData()

Return values

Returns (table) Data associated with the current entry point.