Skip to main content

AppLinkEntry

Namespace: Wisej.Hybrid.Shared.AppLinks

Assembly: Wisej.Hybrid

A deep application link in an app link search index.

public class AppLinkEntry

Constructors

Instance memberAppLinkEntry()

Creates a new AppLinkEntry with default values.

Properties

Instance memberAppLinkUri

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

An application-specific URI that uniquely describes content within an app.

Instance memberDescription

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

The description that appears with the item in search results.

Instance memberKeyValues

Dictionary<String, String>: Gets a dictionary of application-specific key-value pairs.

A dictionary of standard and application-specific key-value pairs that is used for Handoff on the iOS platform. The standard keys are contentType, associatedWebPage, and shouldAddToPublicIndex.

Instance memberTitle

String: Gets or sets the title of the item.

Methods

Static memberFromUri(uri)

Creates and returns a new Microsoft.Maui.Controls.AppLinkEntry for the specified uri.

ParameterTypeDescription
uriUriThe Uri to use.

Returns: AppLinkEntry. The entry.