IAppLinks Interface

Definition

Interface that defines the methods that are required for registering and deregistering links to content in apps.

public interface IAppLinks
type IAppLinks = interface

Remarks

Developers should note that extra steps are required to enable deep linking on the Android platform. See the related article that is linked below.

Methods

DeregisterLink(IAppLinkEntry)

Removes the provided application link from the application index.

DeregisterLink(Uri)

Removes the provided application link from the application index.

RegisterLink(IAppLinkEntry)

Adds the provided application link to the application index.

Applies to

See also