Enum ContextType
Type of the current game context returned from a GetType() operation.
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public enum ContextType
Fields
| Name | Description |
|---|---|
| GROUP | A Facebook group context. |
| POST | A Facebook post context. |
| SOLO | Default context, where the player is the only participant. |
| THREAD | A chat thread context. |