Skip to main content

DeviceAppLinks

Namespace: Wisej.Hybrid

Assembly: Wisej.Hybrid

Provides methods to register and deregister application deep links.

public class DeviceAppLinks

Access this class through the Device singleton.

Constructors

Initializes a new instance of DeviceAppLinks.

Methods

Deregisters a deep-link with the given Uri.

ParameterTypeDescription
appLinkUriThe app link to deregister.

Registers a deep-link with the given configuration.

ParameterTypeDescription
appLinkEntryAppLinkEntryThe app link to register.