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