docs.unity.cn
    Show / Hide Table of Contents

    Enum ConfigRequestStatus

    An enum representing the status of the current Remote Config request.

    Namespace: Unity.RemoteConfig
    Syntax
    public enum ConfigRequestStatus

    Fields

    Name Description Value
    Failed

    Indicates that the Remote Config request failed.

    None

    Indicates that no Remote Config request has been made.

    Pending

    Indicates that the Remote Config request is still processing.

    Success

    Indicates that the Remote Config request succeeded.

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