Enum InstantGameTimedLeaderboardTournamentExternalType
The type for an Instant Game leaderboard tournament.
Namespace: Meta.InstantGames
Assembly: Unity.Meta.InstantGames.Sdk.dll
Syntax
public enum InstantGameTimedLeaderboardTournamentExternalType
Fields
| Name | Description |
|---|---|
| DAILY | A tournament created by Meta and surfaced on the gaming tab. |
| DEFAULT | A tournament created by players when Tournaments.CreateAsync() is called during a game session. |
| PAGE_HOSTED | A tournament created by games via the developer portal and tied to the associated page. |
| PRIVATE | A tournament created and played inside of Messenger threads. |