docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ConfigResponse

    A struct representing the response of a Remote Config fetch.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.Services.RemoteConfig
    Assembly: Unity.Services.RemoteConfig.dll
    Syntax
    public struct ConfigResponse

    Fields

    body

    The body of the Remote Config backend response.

    Declaration
    public JObject body
    Field Value
    Type Description
    JObject

    The full response body as a JObject.

    headers

    The headers from the Remote Config backend response.

    Declaration
    public Dictionary<string, string> headers
    Field Value
    Type Description
    Dictionary<string, string>

    A Dictionary containing the headers..

    requestOrigin

    The origin point of the last retrieved configuration settings.

    Declaration
    public ConfigOrigin requestOrigin
    Field Value
    Type Description
    ConfigOrigin

    An enum describing the origin point of your most recently loaded configuration settings.

    status

    The status of the current Remote Config request.

    Declaration
    public ConfigRequestStatus status
    Field Value
    Type Description
    ConfigRequestStatus

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

    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)