docs.unity.cn
    Show / Hide Table of Contents

    Enum ConfigRequestStatus

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

    Namespace: Unity.Services.RemoteConfig
    Syntax
    public enum ConfigRequestStatus

    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 © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Tuesday, June 27, 2023