absoluteURL
The URL of the document. For WebGL, this is a web URL. For Android, iOS, or Universal Windows Platform (UWP) this is a deep link URL (Read Only).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static string absoluteURL { get; }
Remarks
WebGL: The URL of the document as shown in a browser's address bar.
Android: If the application has been launched or activated using an Intent Filter, a deep link (App Link) URL.
iOS: If the application has been launched or activated using a URL Scheme or a Universal Link, a deep link (Universal Link) URL.
UWP: If the application has been launched or activated using a custom URI scheme, a deep link URL.
Note: If the deep link is activated while the application is running Application.deepLinkActivated delegate is called.