Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="4.4.0.991864" />

.NET API 1,219,184 bytes

 IAppLinkEntry

public interface IAppLinkEntry
Interface that represents a deep application link in an app link search index.
Uri AppLinkUri { get; set; }

Gets or sets an application-specific URI that uniquely describes content within an app.

string Description { get; set; }

Gets or sets a description that appears with the item in search results.

bool IsLinkActive { get; set; }

Gets or sets a value that tells whether the item that is identified by the link entry is currently open.

IDictionary<string, string> KeyValues { get; }

Gets a dictionary of application-specific key-value pairs.

ImageSource Thumbnail { get; set; }

Gets or sets a small image that appears with the item in search results.

string Title { get; set; }

Gets or sets the title of the item.