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. |