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