Interface IAppIdProvider
An interface that represents a provider of an app ID.
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
public interface IAppIdProvider
Methods
GetAppId()
Returns the App Id uniquely identifying an App on the cloud services.
Declaration
AppId GetAppId()
Returns
Type | Description |
---|---|
AppId | The App Id. |