Enum UpdateStrategy
Specifies how the update should be delivered. This can be one of the following: 'IMMEDIATE' - The update should be posted immediately. 'LAST' - The update should be posted when the game session ends. The most recent update sent using the 'LAST' strategy will be the one sent. If no strategy is specified, we default to 'IMMEDIATE'.
Namespace: Meta.InstantGames.v7
Assembly: Unity.Meta.InstantGames.Sdk.v7.dll
Syntax
public enum UpdateStrategy
Fields
Name | Description |
---|---|
IMMEDIATE | The update should be posted immediately. |
LAST | The update should be posted when the game session ends. The most recent update sent using the 'LAST' strategy will be the one sent. |