Struct ConfigResponse
A struct representing the response of a Remote Config fetch.
Namespace: Unity.RemoteConfig
Syntax
public struct ConfigResponseFields
requestOrigin
The origin point of the last retrieved configuration settings.
Declaration
public ConfigOrigin requestOriginField 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 statusField Value
| Type | Description | 
|---|---|
| ConfigRequestStatus | An enum representing the status of the current Remote Config request. |