Method FetchConfigs
FetchConfigs(String, String, Action<Exception>)
Fetches all configs for the given environment ID.
Declaration
public static void FetchConfigs(string cloudProjectId, string environmentId, Action<Exception> responseParseErrorCallback = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | cloudProjectId | Cloud Project ID for this Unity application. |
| String | environmentId | ID of the environment that we want to fetch configs for |
| Action<Exception> | responseParseErrorCallback | Optional callback for parsing errors. |