IAppLinks.DeregisterLink Method

Definition

Overloads

DeregisterLink(Uri)

Removes the provided application link from the application index.

DeregisterLink(IAppLinkEntry)

Removes the provided application link from the application index.

Removes the provided application link from the application index.

public void DeregisterLink (Uri appLinkUri);
abstract member DeregisterLink : Uri -> unit

Parameters

appLinkUri
Uri

The Uri that represents the link to remove from the app index.

Remarks

This method has no effect on the Android platform.

See also

Applies to

Removes the provided application link from the application index.

public void DeregisterLink (Xamarin.Forms.IAppLinkEntry appLink);
abstract member DeregisterLink : Xamarin.Forms.IAppLinkEntry -> unit

Parameters

appLink
IAppLinkEntry

The IAppLinkEntry to remove from the app index.

Remarks

This method has no effect on the Android platform.

See also

Applies to