Application.AppLinks Property

Definition

Gets the object that developers use to register or unregister application links.

public Xamarin.Forms.IAppLinks AppLinks { get; }
member this.AppLinks : Xamarin.Forms.IAppLinks

Property Value

The object that developers use to register or unregister application links.

Remarks

It is not possible to unregister an app link on the Android platform.

Applies to

See also