IAppLinks Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |