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

## Definition

* **Type:** Event
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static event Action<string> deepLinkActivated
```

### Remarks

**Note**: When this delegate is called [Application.absoluteURL](/engine/6000.5/script-reference/unityengine/application/absoluteurl.md) 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 `unitydl://` links.
