Method PostConfig
PostConfig(string, string, JArray, Action<Exception>)
Pushes a new config to the server in the given environment.
Declaration
public static void PostConfig(string cloudProjectId, string environmentId, JArray configValue, Action<Exception> responseParseErrorCallback = null)
Parameters
Type | Name | Description |
---|---|---|
string | cloudProjectId | Cloud Project ID for this Unity application. |
string | environmentId | ID of the environment containing the config to be pushed. |
JArray | configValue | List of settings to be pushed. |
Action<Exception> | responseParseErrorCallback | Optional callback for parsing errors. |