DeviceAppLinks
Namespace: Wisej.Hybrid
Assembly: Wisej.Hybrid
Provides methods to register and deregister application deep links.
- C#
- VB.NET
public class DeviceAppLinks
Public Class DeviceAppLinks
Access this class through the Device singleton.
Constructors
DeviceAppLinks()
Initializes a new instance of DeviceAppLinks.
Methods
DeregisterLink(appLink)
Deregisters a deep-link with the given Uri.
| Parameter | Type | Description |
|---|---|---|
| appLink | Uri | The app link to deregister. |
RegisterLink(appLinkEntry)
Registers a deep-link with the given configuration.
| Parameter | Type | Description |
|---|---|---|
| appLinkEntry | AppLinkEntry | The app link to register. |