Class BuildUtils
A static class that exposes the uri schemes used to register the app on a device.
Inherited Members
Namespace: Unity.Cloud.Common.Editor
Syntax
public static class BuildUtils
Methods
GetCustomUriScheme()
Get the custom uri scheme uniquely identifying this app.
Declaration
public static string GetCustomUriScheme()
Returns
Type | Description |
---|---|
String | The custom uri scheme uniquely identifying this app. |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if App Name value is default value. |
GetNamespacedUriScheme()
Get the uri scheme uniquely identifying this app inside the s_UriSchemePrefix namespace.
Declaration
public static string GetNamespacedUriScheme()
Returns
Type | Description |
---|---|
String | The uri scheme uniquely identifying this app inside the s_UriSchemePrefix namespace. |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | Thrown if App Name value is default value. |