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 : int

    Fields

    Name Description Value
    None

    Indicates that no Remote Config request has been made.

    0
    Failed

    Indicates that the Remote Config request failed.

    1
    Success

    Indicates that the Remote Config request succeeded.

    2
    Pending

    Indicates that the Remote Config request is still processing.

    3
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, June 17, 2021