docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)