docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IUrlProcessor

    An interface to handle the execution of an URL.

    Namespace: Unity.Cloud.AppLinking
    Assembly: Unity.Cloud.AppLinking.dll
    Syntax
    public interface IUrlProcessor

    Properties

    HostUrl

    Gets the host URL of the current running application.

    Declaration
    string HostUrl { get; }
    Property Value
    Type Description
    string

    Methods

    ProcessURL(string)

    Handles the execution of an URL.

    Declaration
    void ProcessURL(string url)
    Parameters
    Type Name Description
    string url

    The URL to process.

    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)