IAppLinks.RegisterLink(IAppLinkEntry) Method

Definition

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.

Applies to

See also