docs.unity3d.com
    Show / Hide Table of Contents

    Class BuildUtils

    A static class that exposes the uri schemes used to register the app on a device.

    Inheritance
    Object
    BuildUtils
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023