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