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. |