Enum UpdateAction
Represents the type of the update action to perform. 'CUSTOM' - A custom update, with all content specified by the game. 'LEADERBOARD' - An update associated with an Instant Game leaderboard.
Namespace: Meta.InstantGames.v7
Assembly: Unity.Meta.InstantGames.Sdk.v7.dll
Syntax
public enum UpdateAction
Fields
Name | Description |
---|---|
CUSTOM | A custom update, with all content specified by the game. |
LEADERBOARD | An update associated with an Instant Game leaderboard. |