Phaser API Documentation

  Version: 
<nullable> contextType: string

Description:

The current context in which your game is running. This can be either null or one of:

POST - The game is running inside of a Facebook post. THREAD - The game is running inside a Facebook Messenger thread. GROUP - The game is running inside a Facebook Group. SOLO - This is the default context, the player is the only participant.

This value is populated automatically during boot.

Type:
string
Since: 3.13.0