Difference between revisions of "FBInstant.getSupportedAPIs"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2018.3<br/> === Description === <br /> Provides a table of API functions that are supported by the client.<br /> <br /> <source lang="...") |
|||
Line 6: | Line 6: | ||
<br /> | <br /> | ||
<source lang="lua"> | <source lang="lua"> | ||
− | (table) | + | (table) = FBInstant.getSupportedAPIs() |
</source> | </source> | ||
'''Returns''' (table) Table of API functions that the client explicitly supports.<br/> | '''Returns''' (table) Table of API functions that the client explicitly supports.<br/> |
Revision as of 10:20, 23 August 2018
Available since: Gideros 2018.3
Description
Provides a table of API functions that are supported by the client.
(table) = FBInstant.getSupportedAPIs()
Returns (table) Table of API functions that the client explicitly supports.