Struct ConfigResponse
A struct representing the response of a Remote Config fetch.
Namespace: Unity.RemoteConfig
Syntax
public struct ConfigResponse
Fields
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. |