Difference between revisions of "FBInstant.context.getType"
From GiderosMobile
| Line 12: | Line 12: | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (string) <translate>Type of the current game context.</translate><br/> | '''<translate>Returns</translate>''' (string) <translate>Type of the current game context.</translate><br/> | ||
| + | |||
| + | {{FBInstant.context}} | ||
Revision as of 18:36, 25 March 2020
Available since: Gideros 2018.3
Class: Context
Description
The type of the current game context. POST - A facebook post. THREAD - A messenger thread. GROUP - A facebook group. SOLO - Default context, where the player is the only participant.
(string) = FBInstant.context.getType()
Return values
Returns (string) Type of the current game context.