Struct ConfigResponse
A struct representing the response of a Remote Config fetch.
Inherited Members
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 |
headers
The headers from the Remote Config backend response.
Declaration
public Dictionary<string, string> headers
Field Value
| Type | Description |
|---|---|
| Dictionary<string, string> |
requestOrigin
The origin point of the last retrieved configuration settings.
Declaration
public ConfigOrigin requestOrigin
Field Value
| Type | Description |
|---|---|
| ConfigOrigin |
status
The status of the current Remote Config request.
Declaration
public ConfigRequestStatus status
Field Value
| Type | Description |
|---|---|
| ConfigRequestStatus |