Difference between revisions of "Facebook Instant Games"
(redirecting to new FBInstant page) |
(change structures according to antix requests) |
||
Line 1: | Line 1: | ||
− | < | + | __NOTOC__ |
− | [[Special:MyLanguage/FBInstant| | + | <languages /> |
− | [[Special:MyLanguage/ | + | <!-- GIDEROSOBJ:Facebook Instant Games --> |
− | [[Special:MyLanguage/ | + | '''<translate>Supported platforms</translate>:''' [[File:Platform html5.png]]<br/> |
− | [[Special:MyLanguage/ | + | '''<translate>Available since</translate>:''' Gideros 2018.3<br/> |
− | </ | + | |
+ | === <translate>Description</translate> === | ||
+ | Adds Facebook Instant Games framework to your project. | ||
+ | |||
+ | {|- | ||
+ | | style="width: 50%; vertical-align:top;"| | ||
+ | === <translate>Methods</translate> === | ||
+ | [[Special:MyLanguage/FBInstant|FBInstant]] ''<translate>Facebook Instant Games Initialisation and Core.</translate>''<br/><!-- GIDEROSMTD:FBInstant Facebook Instant Games Initialisation and Core. --> | ||
+ | [[Special:MyLanguage/FBInstant.context|FBInstant.context]] ''<translate>Contains functions and properties related to the current game context.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context Contains functions and properties related to the current game context. --> | ||
+ | [[Special:MyLanguage/FBInstant.payments|FBInstant.payments]] ''<translate>Contains functions and properties related to payments and purchases of game products.</translate>''<br/><!-- GIDEROSMTD:FBInstant.payments Contains functions and properties related to payments and purchases of game products. --> | ||
+ | [[Special:MyLanguage/FBInstant.player|FBInstant.player]] ''<translate>Contains functions and properties related to the current player.</translate>''<br/><!-- GIDEROSMTD:FBInstant.player Contains functions and properties related to the current player. --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | [[Special:MyLanguage/FBInstant.context.chooseAsync|FBInstant.context.chooseAsync]] ''<translate>Opens a context selection dialog for the player.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.chooseAsync(options,callback) Opens a context selection dialog for the player. --> | ||
+ | [[Special:MyLanguage/FBInstant.context.createAsync|FBInstant.context.createAsync]] ''<translate>Attempts to create or switch into a context between a specified player and the current player.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.createAsync(id,callback) Attempts to create or switch into a context between a specified player and the current player. --> | ||
+ | [[Special:MyLanguage/FBInstant.context.getID|FBInstant.context.getID]] ''<translate>A unique identifier for the current game context.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.getID() A unique identifier for the current game context. --> | ||
+ | [[Special:MyLanguage/FBInstant.context.getPlayersAsync|FBInstant.context.getPlayersAsync]] ''<translate>Gets an table of #contextplayer objects containing information about active players.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.getPlayersAsync(callback) Gets an table of #contextplayer objects containing information about active players. --> | ||
+ | [[Special:MyLanguage/FBInstant.context.getType|FBInstant.context.getType]] ''<translate>The type of the current game context.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.getType() The type of the current game context. --> | ||
+ | [[Special:MyLanguage/FBInstant.context.isSizeBetween|FBInstant.context.isSizeBetween]] ''<translate>Determines whether the number of participants in the current game context is between a given minimum and maximum.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.isSizeBetween(minSize,maxSize) Determines whether the number of participants in the current game context is between a given minimum and maximum. --> | ||
+ | [[Special:MyLanguage/FBInstant.context.switchAsync|FBInstant.context.switchAsync]] ''<translate>Request a switch into a specific context.</translate>''<br/><!-- GIDEROSMTD:FBInstant.context.switchAsync(id,callback) Request a switch into a specific context. --> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | | style="width: 50%; vertical-align:top;"| | ||
+ | === <translate>Events</translate> === | ||
+ | === <translate>Constants</translate> === | ||
+ | |} |
Revision as of 13:34, 9 December 2019
Supported platforms:
Available since: Gideros 2018.3
Description
Adds Facebook Instant Games framework to your project.
MethodsFBInstant Facebook Instant Games Initialisation and Core.
|
EventsConstants |