Class CcdClientService
Here is the first point and call for accessing the CCD Client Package's features! Use the .Instance method to get a singleton of the ICcdClientService and from there you can make various requests to the CCD Client service API.
Inherited Members
Namespace: Unity.Services.Ccd.Client
Assembly: solution.dll
Syntax
public static class CcdClientService
Remarks
Your project must be linked to a Unity Project ID that is configured with CCD and you must initialize the service using UnityServices.InitializeAsync().
Properties
Name | Description |
---|---|
Instance | Provides the CCD Client Service SDK interface for making service API requests. |