deepLinkActivated
This event is raised when an application running on Android, iOS, or the Universal Windows Platform (UWP) is activated using a deep link URL.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Event
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static event Action<string> deepLinkActivated
Remarks
Note: When this delegate is called Application.absoluteURL property is also updated.
Note: This event never fires on the Web platform. This is because a Web browser page can't act as an application protocol handler for links.
unitydl://