Interface ICcdManagementServiceSdkConfiguration
Interface used for editing the configuration of the CCD Management service SDK. Primary usage is for testing purposes.
Namespace: Unity.Services.Ccd.Management
Syntax
public interface ICcdManagementServiceSdkConfiguration
Methods
SetBasePath(String)
Sets the base path in configuration.
Declaration
void SetBasePath(string basePath)
Parameters
Type | Name | Description |
---|---|---|
String | basePath | The base path to set in configuration. |