Event FetchCompleted
This event fires when the configuration manager successfully fetches settings from the service.
Namespace: Unity.RemoteConfig
Syntax
public static event Action<ConfigResponse> FetchCompleted
Returns
| Type | Description |
|---|---|
| Action<ConfigResponse> | A struct representing the response of a Remote Config fetch. |