Interface IAppNamespaceProvider
An interface that represents a provider for an app namespace.
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
public interface IAppNamespaceProvider
Methods
GetAppNamespace()
Returns the App namespace uniquely identifying an App on a device.
Declaration
string GetAppNamespace()
Returns
Type | Description |
---|---|
string | The App namespace. |