# DeviceAppLinks

Namespace: **Wisej.Hybrid**

Assembly: **Wisej.Hybrid** (3.5.0.0)

Provides methods to register and deregister application deep links.

{% tabs %}
{% tab title="C#" %}

```csharp
public class DeviceAppLinks
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class DeviceAppLinks
```

{% endtab %}
{% endtabs %}

Access this class through the [Device](https://docs.wisej.com/hybrid/start/api/general/wisej.hybrid.device) singleton.

## Constructors

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DeviceAppLinks()

Initializes a new instance of [DeviceAppLinks](https://docs.wisej.com/hybrid/start/api/navigation/wisej.hybrid.deviceapplinks).

## Methods

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)DeregisterLink(appLink)

Deregisters a deep-link with the given [Uri](https://docs.microsoft.com/dotnet/api/system.uri).

| Parameter   | Type                                                    | Description                 |
| ----------- | ------------------------------------------------------- | --------------------------- |
| **appLink** | [Uri](https://docs.microsoft.com/dotnet/api/system.uri) | The app link to deregister. |

### ![](https://1168517704-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKLgWHTlbcMvpwVT7mLBW%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media)RegisterLink(appLinkEntry)

Registers a deep-link with the given configuration.

| Parameter        | Type                                                                                                         | Description               |
| ---------------- | ------------------------------------------------------------------------------------------------------------ | ------------------------- |
| **appLinkEntry** | [AppLinkEntry](https://docs.wisej.com/hybrid/start/api/navigation/wisej.hybrid.shared.applinks.applinkentry) | The app link to register. |
