Difference between revisions of "FBInstant.context"

From GiderosMobile
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' html5<br/>
+
<!-- GIDEROSOBJ:FBInstant.context-->
'''Available since:''' Gideros 2018.3<br/>
+
'''<translate>Supported platforms</translate>:''' [[File:Platform html5.png]]<br/>
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2018.3<br/>
<br />
 
Contains functions and properties related to the current game context.<br />
 
 
 
 
 
 
 
 
 
 
 
  
 +
=== <translate>Description</translate> ===
 +
Contains functions and properties related to the current game context.
  
 +
{|-
 +
| style="width: 50%; vertical-align:top;"|
 +
=== <translate>Methods</translate> ===
 +
[[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> ===
 +
|}
  
 
+
{{Facebook Instant Games}}
 
 
 
 
 
 
 
 
 
 
{|-
 
| style="width: 50%;"|
 
=== Methods ===
 
[[FBInstant.context.chooseAsync]] - Opens a context selection dialog for the player.<br/>
 
[[FBInstant.context.createAsync]] - Attempts to create or switch into a context between a specified player and the current player.<br/>
 
[[FBInstant.context.getID]] - A unique identifier for the current game context.<br/>
 
[[FBInstant.context.getPlayersAsync]] - Gets an table of #contextplayer objects containing information about active players.<br/>
 
[[FBInstant.context.getType]] - The type of the current game context.<br/>
 
[[FBInstant.context.isSizeBetween]] - Determines whether the number of participants in the current game context is between a given minimum and maximum.<br/>
 
[[FBInstant.context.switchAsync]] - Request a switch into a specific context.<br/>
 
| style="width: 50%;"|
 
=== Events ===
 
=== Constants ===
 
|}
 

Latest revision as of 19:00, 25 March 2020

Supported platforms: Platform html5.png
Available since: Gideros 2018.3

Description

Contains functions and properties related to the current game context.

Methods

FBInstant.context.chooseAsync Opens a context selection dialog for the player.
FBInstant.context.createAsync Attempts to create or switch into a context between a specified player and the current player.
FBInstant.context.getID A unique identifier for the current game context.
FBInstant.context.getPlayersAsync Gets an table of #contextplayer objects containing information about active players.
FBInstant.context.getType The type of the current game context.
FBInstant.context.isSizeBetween Determines whether the number of participants in the current game context is between a given minimum and maximum.
FBInstant.context.switchAsync Request a switch into a specific context.

Events

Constants