Enum ConfigRequestStatus
An enum representing the status of the current Remote Config request.
Namespace: Unity.RemoteConfig
Syntax
public enum ConfigRequestStatusFields
| Name | Description | 
|---|---|
| Failed | Indicates that the Remote Config request failed. | 
| None | Indicates that no Remote Config request has been made. | 
| Pending | Indicates that the Remote Config request is still processing. | 
| Success | Indicates that the Remote Config request succeeded. |