docs.unity.cn
    Show / Hide Table of Contents

    Event FetchCompleted

    This event fires when the config is successfully returned from the Remote Config backend.

    Namespace: Unity.RemoteConfig
    Syntax
    public event Action<ConfigResponse> FetchCompleted
    Returns
    Type Description
    Action<ConfigResponse>

    A ConfigResponse struct representing the response.

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Monday, March 13, 2023
    Terms of use