Method FetchEnvironments
FetchEnvironments(string, Action<Exception>)
Fetches all environments for the current project.
Declaration
public static void FetchEnvironments(string cloudProjectId, Action<Exception> responseParseErrorCallback = null)
Parameters
Type | Name | Description |
---|---|---|
string | cloudProjectId | Cloud Project ID for this Unity application. |
Action<Exception> | responseParseErrorCallback | Optional callback for parsing errors. |