docs.unity3d.com
    Show / Hide Table of Contents

    Struct ConfigResponse

    A struct representing the response of a Remote Config fetch.

    Namespace: Unity.Services.RemoteConfig
    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.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023