Enum ContextFilter
A filter that may be applied to a ChooseAsync(ContextOptions) operation.
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public enum ContextFilter
Fields
| Name | Description |
|---|---|
| INCLUDE_EXISTING_CHALLENGES | Include the "Existing Challenges" section, which surfaces actively played-in contexts that the player is a part of. |
| NEW_CONTEXT_ONLY | Prefer to only surface contexts the game has not been played in before. |
| NEW_PLAYERS_ONLY | In sections containing individuals, prefer people who have not played the game. |