IAppLinks.RegisterLink(IAppLinkEntry) Method
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.
Adds the provided application link to the application index.
public void RegisterLink (Xamarin.Forms.IAppLinkEntry appLink);
abstract member RegisterLink : Xamarin.Forms.IAppLinkEntry -> unit
Parameters
- appLink
- IAppLinkEntry
The IAppLinkEntry to add to the app index.