Enum InviteFilter
A filter you can apply to the InviteAsync(InvitePayload) operation. If no results return with the filter, then the filter isn't applied.
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public enum InviteFilter
Fields
| Name | Description |
|---|---|
| EXISTING_CONTEXT_ONLY | Prefer to only surface contexts the game has been played in before. |
| EXISTING_PLAYERS_ONLY | Prefer to only surface players who have played the game before. |
| NEW_CONTEXT_ONLY | Prefer to only surface contexts the game has not been played in before. This can include players who have not played the game before. |
| NEW_PLAYERS_ONLY | Prefer to only surface players who have not played the game before. |